Skip to content

Commit

Permalink
[PATCH] voyager: no need to define BITS_PER_BYTE when it's already in…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Apr 19, 2006
1 parent cca57c5 commit b514d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/i386/mach-voyager/voyager_cat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b514d8c

Please sign in to comment.