commit | 0f7735477de7e1565949d8bd64aa14547758c3a6 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Aug 09 15:08:56 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 10 11:31:26 2017 -0700 |
tree | b971decb556994a0cea6e23ad6baf09fc33ebf26 | |
parent | 1e44f54b9c5053bf3a48701fc1df3b35ce9c2bcd [diff] |
USB: atm: make atmdev_ops const Make these const as they are only passed to the function atm_dev_register and the corresponding argument is of type const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>