]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: netlogic: Make net_device_ops const
authorMike Kofron <mpkofron@gmail.com>
Mon, 12 Sep 2016 18:23:31 +0000 (14:23 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Sep 2016 13:01:29 +0000 (15:01 +0200)
commit8b70d6961f03483a7c9db9aecba2c3b3b467cce2
tree3bf633cb9791ecf36e128bc170c5ccdb06b67045
parentb8a7b474672321c7f0550620b32cd676501c3506
staging: netlogic: Make net_device_ops const

This patch fixes the checkpatch.pl warning:

WARNING: struct net_device_ops should normally be const

Signed-off-by: Mike Kofron <mpkofron@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/netlogic/xlr_net.c