diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-08-09 11:19:15 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-10 07:43:50 +0200 |
commit | 46c4b7a5694ccfdc2659fc8beb8736d7fb1c9841 (patch) | |
tree | f866f5cdee6e320ab8d9f63c986b1191ad8030a7 /net/atm | |
parent | net: dsa: make dsa_switch_ops const (diff) | |
download | linux-46c4b7a5694ccfdc2659fc8beb8736d7fb1c9841.tar.xz linux-46c4b7a5694ccfdc2659fc8beb8736d7fb1c9841.zip |
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>
Diffstat (limited to 'net/atm')
0 files changed, 0 insertions, 0 deletions