diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2006-04-18 22:21:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-19 09:13:51 -0700 |
commit | b514d8c77a6ad9c665c74e6ea7827e5c341095db (patch) | |
tree | 5550fde8877f87d605e3abaabdb706dcddb274d2 /arch | |
parent | cca57c5b5ab164e3c96576fc7739c0a30c2eab72 (diff) | |
download | op-kernel-dev-b514d8c77a6ad9c665c74e6ea7827e5c341095db.zip op-kernel-dev-b514d8c77a6ad9c665c74e6ea7827e5c341095db.tar.gz |
[PATCH] voyager: no need to define BITS_PER_BYTE when it's already in types.h
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/mach-voyager/voyager_cat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/mach-voyager/voyager_cat.c b/arch/i386/mach-voyager/voyager_cat.c index 3039539..10d21df 100644 --- a/arch/i386/mach-voyager/voyager_cat.c +++ b/arch/i386/mach-voyager/voyager_cat.c @@ -120,7 +120,6 @@ static struct resource qic_res = { * It writes num_bits of the data buffer in msg starting at start_bit. * Note: This function assumes that any unused bit in the data stream * is set to zero so that the ors will work correctly */ -#define BITS_PER_BYTE 8 static void cat_pack(__u8 *msg, const __u16 start_bit, __u8 *data, const __u16 num_bits) { |