[91/98] [ARM] pxa/colibri: fix missing #include <mach/mfp.h> in colibri.h

From: Greg KH
Date: Mon May 10 2010 - 19:05:53 EST


2.6.32-stable review patch. If anyone has any objections, please let us know.

------------------

From: Jakob Viketoft <jakob.viketoft@xxxxxxxxxx>

commit ccb8d8d070b8f25f0163da5c9ceacf63a5169540 upstream.

The use of mfp_cfg_t causes build errors without including <mach/mfp.h>.

CC: Daniel Mack <daniel@xxxxxxxx>
Signed-off-by: Jakob Viketoft <jakob.viketoft@xxxxxxxxxx>
Signed-off-by: Eric Miao <eric.y.miao@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
arch/arm/mach-pxa/include/mach/colibri.h | 1 +
1 file changed, 1 insertion(+)

--- a/arch/arm/mach-pxa/include/mach/colibri.h
+++ b/arch/arm/mach-pxa/include/mach/colibri.h
@@ -2,6 +2,7 @@
#define _COLIBRI_H_

#include <net/ax88796.h>
+#include <mach/mfp.h>

/*
* common settings for all modules


--
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/