diff options
Diffstat (limited to 'net/wireless/sysfs.c')
-rw-r--r-- | net/wireless/sysfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wireless/sysfs.c b/net/wireless/sysfs.c index 2d5d2255a27c..29f820e18251 100644 --- a/net/wireless/sysfs.c +++ b/net/wireless/sysfs.c | |||
@@ -53,8 +53,7 @@ static void wiphy_dev_release(struct device *dev) | |||
53 | } | 53 | } |
54 | 54 | ||
55 | #ifdef CONFIG_HOTPLUG | 55 | #ifdef CONFIG_HOTPLUG |
56 | static int wiphy_uevent(struct device *dev, char **envp, | 56 | static int wiphy_uevent(struct device *dev, struct kobj_uevent_env *env) |
57 | int num_envp, char *buf, int size) | ||
58 | { | 57 | { |
59 | /* TODO, we probably need stuff here */ | 58 | /* TODO, we probably need stuff here */ |
60 | return 0; | 59 | return 0; |