@@ -30,9 +30,10 @@
#include <asm/mach/flash.h>
#include <asm/mach/map.h>
-#include <mach/cerf.h>
#include <linux/platform_data/mfd-mcp-sa11x0.h>
#include <mach/irqs.h>
+
+#include "cerf.h"
#include "generic.h"
static struct resource cerfuart2_resources[] = {
similarity index 89%
rename from arch/arm/mach-sa1100/include/mach/cerf.h
rename to arch/arm/mach-sa1100/cerf.h
@@ -1,5 +1,5 @@
/*
- * arch/arm/mach-sa1100/include/mach/cerf.h
+ * cerf.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
Nothing outside arch/arm/mach-sa1100 needs the cerf header file, so move it into that directory. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> --- arch/arm/mach-sa1100/cerf.c | 3 ++- arch/arm/mach-sa1100/{include/mach => }/cerf.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename arch/arm/mach-sa1100/{include/mach => }/cerf.h (89%)