Prev: [098/117] sparc64: Fix hardirq tracing in trap return path.
Next: [046/117] Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"
From: Greg KH on 10 May 2010 19:30 2.6.33-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jakob Viketoft <jakob.viketoft(a)bitsim.com> commit ccb8d8d070b8f25f0163da5c9ceacf63a5169540 upstream. The use of mfp_cfg_t causes build errors without including <mach/mfp.h>. CC: Daniel Mack <daniel(a)caiaq.de> Signed-off-by: Jakob Viketoft <jakob.viketoft(a)bitsim.com> Signed-off-by: Eric Miao <eric.y.miao(a)gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- 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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |