]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/iseries_veth.c
[IrDA]: irda-usb needs firmware loader
[linux-2.6-omap-h63xx.git] / drivers / net / iseries_veth.c
index 93394d76587ab749bdd1adb7b22b03fb3e9aaec0..41b1d08fd57b02a066686aaa8973b7e75fef6fb5 100644 (file)
@@ -56,7 +56,6 @@
  * number of packets outstanding to a remote partition at a time.
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/errno.h>
@@ -1030,7 +1029,7 @@ static u32 veth_get_link(struct net_device *dev)
        return 1;
 }
 
-static struct ethtool_ops ops = {
+static const struct ethtool_ops ops = {
        .get_drvinfo = veth_get_drvinfo,
        .get_settings = veth_get_settings,
        .get_link = veth_get_link,