]> git.neil.brown.name Git - history.git/commit
USB: removed file ops from usb device structure
authorGreg Kroah-Hartman <greg@kroah.com>
Fri, 5 Jul 2002 07:30:41 +0000 (00:30 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 5 Jul 2002 07:30:41 +0000 (00:30 -0700)
commit112b963110a2a07193f941a48bae39052f7a7ce8
tree5413569212dec4bb338c505474cf96ba6505094d
parent9cfc20f1360e454cd53bd5d57d25ccbb7c11233d
USB: removed file ops from usb device structure
Moved the file ops and minor number stuff out of the usb structure,
Now usb_register_dev() and usb_deregister_dev() must be called if
you want to use the USB major number.
drivers/usb/core/Makefile
drivers/usb/core/file.c [new file with mode: 0644]
drivers/usb/core/inode.c
drivers/usb/core/usb.c
include/linux/usb.h