mxc: remove do not include directly
Everyone should be free to include the files he actually needs. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Родитель
37d6fb629e
Коммит
12308dfe37
|
@ -12,10 +12,6 @@
|
|||
#ifndef __ASM_ARCH_MXC_MX1_H__
|
||||
#define __ASM_ARCH_MXC_MX1_H__
|
||||
|
||||
#ifndef __ASM_ARCH_MXC_HARDWARE_H__
|
||||
#error "Do not include directly."
|
||||
#endif
|
||||
|
||||
#include <mach/vmalloc.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -25,11 +25,6 @@
|
|||
#ifndef __ASM_ARCH_MXC_MX21_H__
|
||||
#define __ASM_ARCH_MXC_MX21_H__
|
||||
|
||||
#ifndef __ASM_ARCH_MXC_HARDWARE_H__
|
||||
#error "Do not include directly."
|
||||
#endif
|
||||
|
||||
|
||||
/* Memory regions and CS */
|
||||
#define SDRAM_BASE_ADDR 0xC0000000
|
||||
#define CSD1_BASE_ADDR 0xC4000000
|
||||
|
|
|
@ -24,10 +24,6 @@
|
|||
#ifndef __ASM_ARCH_MXC_MX27_H__
|
||||
#define __ASM_ARCH_MXC_MX27_H__
|
||||
|
||||
#ifndef __ASM_ARCH_MXC_HARDWARE_H__
|
||||
#error "Do not include directly."
|
||||
#endif
|
||||
|
||||
/* IRAM */
|
||||
#define IRAM_BASE_ADDR 0xFFFF4C00 /* internal ram */
|
||||
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __ASM_ARCH_MXC_MX2x_H__
|
||||
#define __ASM_ARCH_MXC_MX2x_H__
|
||||
|
||||
#ifndef __ASM_ARCH_MXC_HARDWARE_H__
|
||||
#error "Do not include directly."
|
||||
#endif
|
||||
|
||||
/* The following addresses are common between i.MX21 and i.MX27 */
|
||||
|
||||
/* Register offests */
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
#ifndef __ASM_ARCH_MXC_MX31_H__
|
||||
#define __ASM_ARCH_MXC_MX31_H__
|
||||
|
||||
#ifndef __ASM_ARCH_MXC_HARDWARE_H__
|
||||
#error "Do not include directly."
|
||||
#endif
|
||||
|
||||
/*
|
||||
* MX31 memory map:
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче