projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baef58b
)
[PATCH] skge missing include
author
Al Viro
<viro@www.linux.org.uk>
Sun, 3 Apr 2005 08:15:52 +0000
(09:15 +0100)
committer
Jeff Garzik
<jgarzik@pobox.com>
Mon, 16 May 2005 02:19:48 +0000
(22:19 -0400)
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
drivers/net/skge.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/skge.c
b/drivers/net/skge.c
index 11e158346acb8a4e5af03caa7c6ff9f755d65d12..48503e7963bdb829f982c351b97e574ea11dfb67 100644
(file)
--- a/
drivers/net/skge.c
+++ b/
drivers/net/skge.c
@@
-36,6
+36,7
@@
#include <linux/ip.h>
#include <linux/delay.h>
#include <linux/crc32.h>
+#include <linux/dma-mapping.h>
#include <asm/irq.h>
#include "skge.h"