Commit 8d0a8e95 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Russell King

[ARM PATCH] 1910/1: rework Mainstone and IDP include files

Patch from Nicolas Pitre

Don't include them from hardware.h
parent 8b084b62
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/arch/idp.h>
#include "generic.h" #include "generic.h"
#ifndef PXA_IDP_REV02 #ifndef PXA_IDP_REV02
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#include <asm/leds.h> #include <asm/leds.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/arch/idp.h>
#include "leds.h" #include "leds.h"
#define LED_STATE_ENABLED 1 #define LED_STATE_ENABLED 1
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
#include <asm/leds.h> #include <asm/leds.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/arch/mainstone.h>
#include "leds.h" #include "leds.h"
......
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <asm/arch/mainstone.h>
#include "generic.h" #include "generic.h"
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#include <asm/hardware.h> #include <asm/hardware.h>
#include <asm/irq.h> #include <asm/irq.h>
#include <asm/arch/mainstone.h>
#include "soc_common.h" #include "soc_common.h"
......
...@@ -90,11 +90,4 @@ extern unsigned int get_lcdclk_frequency_10khz(void); ...@@ -90,11 +90,4 @@ extern unsigned int get_lcdclk_frequency_10khz(void);
#endif #endif
/*
* Implementation specifics
*/
#include "mainstone.h"
#include "idp.h"
#endif /* _ASM_ARCH_HARDWARE_H */ #endif /* _ASM_ARCH_HARDWARE_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment