Commit 1b555543 authored by Luc Van Oostenryck's avatar Luc Van Oostenryck Committed by Greg Kroah-Hartman

[PATCH] 2.5.40: warning fix for drivers/usb/core/usb.c

usb_hotplug()' prototype doesn't match when CONFIG_HOTPLUG is not defined.
parent 3e2372f8
......@@ -624,7 +624,7 @@ static int usb_hotplug (struct device *dev, char **envp, int num_envp,
#else
static int usb_hotplug (struct device *dev, char **envp,
char *buffer, int buffer_size)
int num_envp, char *buffer, int buffer_size)
{
return -ENODEV;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment