[PATCH] missing include in ssb

From: Al Viro
Date: Sun Oct 14 2007 - 00:52:07 EST


Using readw() and friends => needs to pull io.h and not all
targets are doing that via indirect chains.

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
---
diff --git a/drivers/ssb/pcmcia.c b/drivers/ssb/pcmcia.c
index 7c77360..b6abee8 100644
--- a/drivers/ssb/pcmcia.c
+++ b/drivers/ssb/pcmcia.c
@@ -10,6 +10,7 @@

#include <linux/ssb/ssb.h>
#include <linux/delay.h>
+#include <linux/io.h>

#include <pcmcia/cs_types.h>
#include <pcmcia/cs.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/