commit | 1ad35f6e2864d9b52fe9705ede1730468c25f692 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Fri Aug 11 23:08:45 2017 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Aug 14 21:57:56 2017 +1000 |
tree | 0c06c67e1400c00e9697eef5fd173cd2fdc5bdd9 | |
parent | b3376dcc6c62452fe24e76d8fc35bb13eb7ee178 [diff] |
drivers/macintosh: Make wf_control_ops and wf_pid_param const Make wf_control_ops const as they are only stored in the ops field of a wf_control structure, which is const. Make wf_pid_param const as they are only used during a copy operation. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>