diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-08 02:59:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-08 02:59:00 +0000 |
commit | 1fcb7623bc138d780101d7a70cfe29b11f7c67ef (patch) | |
tree | e1ec9bb6aa19db16a405fb4393e2a90c38b4c75d /drivers/usb | |
parent | 458fe58677afb17219d864e100131728038b4f1b (diff) |
Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still not
-Werror clean.
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/printer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/printer.c b/drivers/usb/printer.c index 638a91ed9..4dc11aee0 100644 --- a/drivers/usb/printer.c +++ b/drivers/usb/printer.c @@ -42,7 +42,7 @@ #include <linux/init.h> #include <linux/malloc.h> #include <linux/lp.h> -#define DEBUG +#undef DEBUG #include <linux/usb.h> #define USBLP_BUF_SIZE 8192 |