From 59934e616f817b4e7fa4b294a34f1a6e4ef8a49a Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Tue, 18 Apr 2006 22:21:49 -0700 Subject: [PATCH] --- yaml --- r: 25996 b: refs/heads/master c: b514d8c77a6ad9c665c74e6ea7827e5c341095db h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/mach-voyager/voyager_cat.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a7b37c7fcbd3..04d456a14bad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cca57c5b5ab164e3c96576fc7739c0a30c2eab72 +refs/heads/master: b514d8c77a6ad9c665c74e6ea7827e5c341095db diff --git a/trunk/arch/i386/mach-voyager/voyager_cat.c b/trunk/arch/i386/mach-voyager/voyager_cat.c index 3039539de51e..10d21df14531 100644 --- a/trunk/arch/i386/mach-voyager/voyager_cat.c +++ b/trunk/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) {