--- drivers/usb/core/sysfs.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- gregkh-2.6.orig/drivers/usb/core/sysfs.c 2005-05-18 00:08:31.000000000 -0700 +++ gregkh-2.6/drivers/usb/core/sysfs.c 2005-05-18 00:08:34.000000000 -0700 @@ -286,7 +286,7 @@ } static DEVICE_ATTR(interface, S_IRUGO, show_interface_string, NULL); -static ssize_t show_modalias(struct device *dev, char *buf) +static ssize_t show_modalias(struct device *dev, struct device_attribute *attr, char *buf) { struct usb_interface *intf; struct usb_device *udev;