atm: make atmdev_ops const
Make these structures const as they are either passed to the function atm_dev_register having the corresponding argument as const or stored in the ops field of a atm_dev structure, which is also const. Done using Coccinelle. Signed-off-by:Bhumika Goyal <bhumirks@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/atm/adummy.c 1 addition, 1 deletiondrivers/atm/adummy.c
- drivers/atm/atmtcp.c 1 addition, 1 deletiondrivers/atm/atmtcp.c
- drivers/atm/he.c 1 addition, 1 deletiondrivers/atm/he.c
- drivers/atm/idt77252.c 1 addition, 1 deletiondrivers/atm/idt77252.c
- drivers/atm/nicstar.c 1 addition, 1 deletiondrivers/atm/nicstar.c
- drivers/atm/solos-pci.c 1 addition, 1 deletiondrivers/atm/solos-pci.c
Loading
Please register or sign in to comment