summaryrefslogtreecommitdiff
path: root/include/linux/usbdevice_fs.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2004-09-05 08:53:18 +0200
committerGreg Kroah-Hartman <greg@kroah.com>2004-09-05 08:53:18 +0200
commitee124eaab952e381d81ab0f4c63f31a4d7bc8bd3 (patch)
tree083f447b6dc25d93e4bf6a073cac41450c0534fd /include/linux/usbdevice_fs.h
parent66d2dc06414f5e975f4a27213806d4e71091c827 (diff)
USB: remove usbdevfs filesystem name, usbfs is the proper one to use.
This has been publicised for years now, and the usvfs name will work just fine with a 2.4 kernel, so we are not breaking backwards compatibility. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include/linux/usbdevice_fs.h')
-rw-r--r--include/linux/usbdevice_fs.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/usbdevice_fs.h b/include/linux/usbdevice_fs.h
index 78f47434b757..af49afaf7bb4 100644
--- a/include/linux/usbdevice_fs.h
+++ b/include/linux/usbdevice_fs.h
@@ -166,16 +166,6 @@ struct dev_state {
unsigned long ifclaimed;
};
-/* internal methods & data */
-extern struct usb_driver usbdevfs_driver;
-extern struct file_operations usbdevfs_drivers_fops;
-extern struct file_operations usbdevfs_devices_fops;
-extern struct file_operations usbdevfs_device_file_operations;
-extern struct inode_operations usbdevfs_device_inode_operations;
-extern struct inode_operations usbdevfs_bus_inode_operations;
-extern struct file_operations usbdevfs_bus_file_operations;
-extern void usbdevfs_conn_disc_event(void);
-
#endif /* __KERNEL__ */
/* --------------------------------------------------------------------- */