linux/drivers/staging/usbip
Jean Delvare 1d03d2bd6e Fix staging drivers after smp_lock.h redux
Commit 405f55712d ("headers: smp_lock.h
redux") broke the build of two staging drivers. Fix them.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-07-13 09:09:08 -07:00
..
Kconfig Staging: make usbip depend on CONFIG_NET 2008-11-07 22:05:18 -08:00
Makefile Staging: USB/IP: add host driver 2008-10-10 15:31:09 -07:00
README Staging: USB/IP: add common functions needed 2008-10-10 15:31:08 -07:00
stub.h staging: struct device - replace bus_id with dev_name(), dev_set_name() 2009-01-06 13:52:05 -08:00
stub_dev.c staging: struct device - replace bus_id with dev_name(), dev_set_name() 2009-01-06 13:52:05 -08:00
stub_main.c staging: struct device - replace bus_id with dev_name(), dev_set_name() 2009-01-06 13:52:05 -08:00
stub_rx.c Staging: usbip: kmem_cache_alloc/memset -> kmem_cache_zalloc 2009-04-03 14:53:28 -07:00
stub_tx.c Staging: usbip: cleanup kerneldoc 2009-01-06 13:52:08 -08:00
usbip_common.c Fix staging drivers after smp_lock.h redux 2009-07-13 09:09:08 -07:00
usbip_common.h Staging: USB/IP: add common functions needed 2008-10-10 15:31:08 -07:00
usbip_event.c Staging: USB/IP: add common functions needed 2008-10-10 15:31:08 -07:00
vhci.h Staging: USB/IP: add client driver 2008-10-10 15:31:09 -07:00
vhci_hcd.c staging: struct device - replace bus_id with dev_name(), dev_set_name() 2009-01-06 13:52:05 -08:00
vhci_rx.c Staging: usbip: fix build warning on 64bit kernels 2008-10-22 09:56:40 -07:00
vhci_sysfs.c Staging: BUG to BUG_ON changes 2009-04-03 14:54:26 -07:00
vhci_tx.c Staging: USB/IP: add client driver 2008-10-10 15:31:09 -07:00

README

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>