[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100510223542.581257614@kvm.kroah.org>
Date: Mon, 10 May 2010 15:35:43 -0700
From: Greg KH <gregkh@...e.de>
To: linux-kernel@...r.kernel.org, stable@...nel.org
Cc: stable-review@...nel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
Daniel Mack <daniel@...aq.de>,
Jakob Viketoft <jakob.viketoft@...sim.com>,
Eric Miao <eric.y.miao@...il.com>
Subject: [91/98] [ARM] pxa/colibri: fix missing #include <mach/mfp.h> in colibri.h
2.6.32-stable review patch. If anyone has any objections, please let us know.
------------------
From: Jakob Viketoft <jakob.viketoft@...sim.com>
commit ccb8d8d070b8f25f0163da5c9ceacf63a5169540 upstream.
The use of mfp_cfg_t causes build errors without including <mach/mfp.h>.
CC: Daniel Mack <daniel@...aq.de>
Signed-off-by: Jakob Viketoft <jakob.viketoft@...sim.com>
Signed-off-by: Eric Miao <eric.y.miao@...il.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists