commit | d78d6776bc958b16b9a8883278f36d62e3145409 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Aug 09 10:34:15 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 09 22:42:49 2017 -0700 |
tree | 2dcf297aeb733d53708b926d346b05a683591aa3 | |
parent | 42013e9038225aeaed98abf7ac4973c2a6f4ffc6 [diff] |
net: dsa: make dsa_switch_ops const Make these structures const as they are only stored in the ops field of a dsa_switch structure, which is const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>