ChangeSet 1.2241, 2005/04/04 08:07:12-07:00, [EMAIL PROTECTED]
[PATCH] missing include in lanai.c
dma-mapping.h needs to be included there; on i386 it works by accident
since there dma-mapping.h is indirectly brought in elsewhere.
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
Signed-off-by: Al Viro <[EMAIL PROTECTED]>
lanai.c | 1 +
1 files changed, 1 insertion(+)
diff -Nru a/drivers/atm/lanai.c b/drivers/atm/lanai.c
--- a/drivers/atm/lanai.c 2005-04-04 09:09:35 -07:00
+++ b/drivers/atm/lanai.c 2005-04-04 09:09:35 -07:00
@@ -65,6 +65,7 @@
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
+#include <linux/dma-mapping.h>
/* -------------------- TUNABLE PARAMATERS: */
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html