Added missing include of cpm2.h in correct order to allow TQM8260 to build Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
--- commit 2fd8dd75c93a89c465a08d1d0085772cad225927 tree b322bf8a4e146fe7c88e39eac88bc923ac1a567e parent ca451627946729719d17b7e6c1376ec273a501b5 author Kumar K. Gala <[EMAIL PROTECTED]> Tue, 26 Jul 2005 18:43:16 -0500 committer Kumar K. Gala <[EMAIL PROTECTED]> Tue, 26 Jul 2005 18:43:16 -0500 arch/ppc/platforms/tqm8260_setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/ppc/platforms/tqm8260_setup.c b/arch/ppc/platforms/tqm8260_setup.c --- a/arch/ppc/platforms/tqm8260_setup.c +++ b/arch/ppc/platforms/tqm8260_setup.c @@ -16,8 +16,8 @@ #include <linux/init.h> -#include <asm/immap_cpm2.h> #include <asm/mpc8260.h> +#include <asm/cpm2.h> #include <asm/machdep.h> static int - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/