]> git.baikalelectronics.ru Git - kernel.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)
commit45bd67be79fc3e588b80e0d34b873368e48a8182
tree3bf633cb9791ecf36e128bc170c5ccdb06b67045
parent9c0764387a77d198c88428b60e673ec439f01d0e
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