]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/core/usb.h
[PATCH] USB: make usb_create_ep_files take a struct device
[~andy/linux] / drivers / usb / core / usb.h
index 941cb397ba04f02489f590f78e77bf84edeaf527..7a650c763a627a2992f0133f662f104fba94f572 100644 (file)
@@ -4,7 +4,7 @@ extern void usb_create_sysfs_dev_files (struct usb_device *dev);
 extern void usb_remove_sysfs_dev_files (struct usb_device *dev);
 extern void usb_create_sysfs_intf_files (struct usb_interface *intf);
 extern void usb_remove_sysfs_intf_files (struct usb_interface *intf);
-extern void usb_create_ep_files(struct kobject *parent, struct usb_host_endpoint *endpoint,
+extern void usb_create_ep_files(struct device *parent, struct usb_host_endpoint *endpoint,
                                struct usb_device *udev);
 extern void usb_remove_ep_files(struct usb_host_endpoint *endpoint);