X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fnetdevice.h;h=54b8b4d7b68f1a2a42f68de4128f563f9f86eb4e;hb=ffdb8f1bfbd9cef1394f5d3c4a774015d4ac0f97;hp=ca333e79e10ff92e7fbc83a4908d2d54ccf514b0;hpb=798ce8f1cca29dcc3f4b55947f611f4ffb32ac2b;p=firefly-linux-kernel-4.4.55.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);