diff options
Diffstat (limited to 'drivers/usb/core')
-rw-r--r-- | drivers/usb/core/devices.c | 2 | ||||
-rw-r--r-- | drivers/usb/core/devio.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/core/devices.c b/drivers/usb/core/devices.c index 83d9dc379d96..a681d9b92bda 100644 --- a/drivers/usb/core/devices.c +++ b/drivers/usb/core/devices.c | |||
@@ -46,8 +46,6 @@ | |||
46 | * 2000-07-05: Ashley Montanaro <ashley@compsoc.man.ac.uk> | 46 | * 2000-07-05: Ashley Montanaro <ashley@compsoc.man.ac.uk> |
47 | * Converted file reading routine to dump to buffer once | 47 | * Converted file reading routine to dump to buffer once |
48 | * per device, not per bus | 48 | * per device, not per bus |
49 | * | ||
50 | * $Id: devices.c,v 1.5 2000/01/11 13:58:21 tom Exp $ | ||
51 | */ | 49 | */ |
52 | 50 | ||
53 | #include <linux/fs.h> | 51 | #include <linux/fs.h> |
diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index 9218cca21043..7bee9c18b3bc 100644 --- a/drivers/usb/core/devio.c +++ b/drivers/usb/core/devio.c | |||
@@ -19,8 +19,6 @@ | |||
19 | * along with this program; if not, write to the Free Software | 19 | * along with this program; if not, write to the Free Software |
20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
21 | * | 21 | * |
22 | * $Id: devio.c,v 1.7 2000/02/01 17:28:48 fliegl Exp $ | ||
23 | * | ||
24 | * This file implements the usbfs/x/y files, where | 22 | * This file implements the usbfs/x/y files, where |
25 | * x is the bus number and y the device number. | 23 | * x is the bus number and y the device number. |
26 | * | 24 | * |