diff options
author | Greg Kroah-Hartman <[email protected]> | 2019-01-17 09:23:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-01-18 09:35:33 +0100 |
commit | fa5762fca80146153bff37ce5b74fa69b84904eb (patch) | |
tree | 18fcee1750716655fe69cbfb11bbd3a726cdc965 | |
parent | 575088f60021e69a9ee8292ddc33b3196c53c239 (diff) |
USB: usbip: delete README file
The README file ni the drivers/usb/usbip/ directory is not needed
anymore, so just delete it.
Cc: Valentina Manea <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Shuah Khan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/usb/usbip/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/usbip/README b/drivers/usb/usbip/README deleted file mode 100644 index 41a2cf2e77a6..000000000000 --- a/drivers/usb/usbip/README +++ /dev/null @@ -1,7 +0,0 @@ -TODO: - - more discussion about the protocol - - testing - - review of the userspace interface - - document the protocol - -Please send patches for this code to Greg Kroah-Hartman <[email protected]> |