[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <E1HFYFW-0004rK-0m@ZenIV.linux.org.uk>
Date: Fri, 09 Feb 2007 16:05:22 +0000
From: Al Viro <viro@....linux.org.uk>
To: torvalds@...ux-foundation.org
Cc: jgarzik@...ox.com, linux-kernel@...r.kernel.org
Subject: [PATCH] missing include in macsonic
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
drivers/net/macsonic.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/macsonic.c b/drivers/net/macsonic.c
index 24f6050..8ca57a0 100644
--- a/drivers/net/macsonic.c
+++ b/drivers/net/macsonic.c
@@ -49,6 +49,7 @@
#include <linux/skbuff.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
+#include <linux/bitrev.h>
#include <asm/bootinfo.h>
#include <asm/system.h>
--
1.5.0-rc2.GIT
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists