X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnetdevice.h;h=54b8b4d7b68f1a2a42f68de4128f563f9f86eb4e;hb=de3796e77a587b28f0c9d8e04c02894d3939dc4e;hp=ca333e79e10ff92e7fbc83a4908d2d54ccf514b0;hpb=a74d70b63f1a0230831bcca3145d85ae016f9d4c;p=pandora-kernel.git diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index ca333e79e10f..54b8b4d7b68f 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -2555,7 +2555,7 @@ extern void netdev_class_remove_file(struct class_attribute *class_attr); extern struct kobj_ns_type_operations net_ns_type_operations; -extern char *netdev_drivername(const struct net_device *dev, char *buffer, int len); +extern const char *netdev_drivername(const struct net_device *dev); extern void linkwatch_run_queue(void);