From 92bff94b41b20bfb9812514abcbaea943d1eaf62 Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Sun, 3 Apr 2005 18:07:12 -0700 Subject: [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 Signed-off-by: Al Viro --- drivers/atm/lanai.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/atm/lanai.c b/drivers/atm/lanai.c index 1aecc509ab5c5..ffe3afa723b8d 100644 --- a/drivers/atm/lanai.c +++ b/drivers/atm/lanai.c @@ -65,6 +65,7 @@ #include #include #include +#include /* -------------------- TUNABLE PARAMATERS: */ -- cgit 1.2.3-korg