diff options
author | Richard Knutsson <ricknu-0@student.ltu.se> | 2007-02-12 11:53:25 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 20:48:35 +0300 |
commit | a871fe858c5437ff8798fbaef52b6a88110b64a1 (patch) | |
tree | 2e93927962c087c48b371c3494550f4c27e74a25 /drivers/isdn/hisax/hfc_usb.h | |
parent | 986c4bb8c4a7bf248378954782553334a003d80a (diff) | |
download | linux-a871fe858c5437ff8798fbaef52b6a88110b64a1.tar.xz |
[PATCH] drivers/isdn/hisax/: Convert to generic boolean-values
Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/isdn/hisax/hfc_usb.h')
-rw-r--r-- | drivers/isdn/hisax/hfc_usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/isdn/hisax/hfc_usb.h b/drivers/isdn/hisax/hfc_usb.h index 6349367ed480..471f2354dfde 100644 --- a/drivers/isdn/hisax/hfc_usb.h +++ b/drivers/isdn/hisax/hfc_usb.h @@ -12,9 +12,6 @@ #define VERBOSE_USB_DEBUG -#define TRUE 1 -#define FALSE 0 - /***********/ /* defines */ |