Searched hist:c932806c65f3b6712133f6433f9b7c31a6ca0d0b (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/parport/ |
H A D | parport_ip32.c | diff c932806c65f3b6712133f6433f9b7c31a6ca0d0b Sun Oct 15 16:04:23 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> parport: make parport_ip32_ops const and __initconst
Make this const as it is only used during a copy operation. This usage is inside init function and the structure is not referenced after initialisation, so make it __initconst too.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|