LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] missing include in macsonic
@ 2007-02-09 16:05 Al Viro
2007-02-09 16:09 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2007-02-09 16:05 UTC (permalink / raw)
To: torvalds; +Cc: jgarzik, linux-kernel
Signed-off-by: Al Viro <viro@zeniv.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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] missing include in macsonic
2007-02-09 16:05 [PATCH] missing include in macsonic Al Viro
@ 2007-02-09 16:09 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-02-09 16:09 UTC (permalink / raw)
To: Al Viro; +Cc: torvalds, linux-kernel
Al Viro wrote:
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> ---
> drivers/net/macsonic.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
ACK
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-09 16:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-09 16:05 [PATCH] missing include in macsonic Al Viro
2007-02-09 16:09 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).