Commit fbb1d25d authored by Komal Shah's avatar Komal Shah Committed by Kevin Hilman

ARM: DaVinci: Cleanup arch-davinci header files.

- Remove obsolete #include <linux/config.h>
- Include <asm/hardware.h> not <asm/arch/hardware.h>
Signed-off-by: default avatarKomal Shah <komal_shah802003@yahoo.com>
parent 2512e07e
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#ifndef __ASM_ARCH_DMA_H #ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H #define __ASM_ARCH_DMA_H
#include <asm/arch/hardware.h> #include <asm/hardware.h>
#include <asm/arch/edma.h> #include <asm/arch/edma.h>
#define MAX_DMA_ADDRESS 0xffffffff #define MAX_DMA_ADDRESS 0xffffffff
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
* Included Files * Included Files
**************************************************************************/ **************************************************************************/
#include <linux/config.h>
#include <asm/sizes.h> #include <asm/sizes.h>
#include <asm/memory.h> #include <asm/memory.h>
#include <asm/arch/io.h> #include <asm/arch/io.h>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#ifndef __ASSEMBLER__ #ifndef __ASSEMBLER__
/* /*
* Functions to access the OMAP IO region * Functions to access the DaVinci IO region
* *
* NOTE: - Use davinci_read/write[bwl] for physical register addresses * NOTE: - Use davinci_read/write[bwl] for physical register addresses
* - Use __raw_read/write[bwl]() for virtual register addresses * - Use __raw_read/write[bwl]() for virtual register addresses
......
/* /*
* linux/include/asm/arch/mcbsp.h * include/asm-arm/arch-davinci/mcbsp.h
* *
* BRIEF MODULE DESCRIPTION * BRIEF MODULE DESCRIPTION
* DAVINCI McBSP driver Info * DAVINCI McBSP driver Info
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#ifndef __ASM_ARCH_DAVINCI_MCBSP_H #ifndef __ASM_ARCH_DAVINCI_MCBSP_H
#define __ASM_ARCH_DAVINCI_MCBSP_H #define __ASM_ARCH_DAVINCI_MCBSP_H
#include <asm/arch/hardware.h> #include <asm/hardware.h>
#include <asm/arch/irqs.h> #include <asm/arch/irqs.h>
#define DAVINCI_MCBSP1_BASE DAVINCI_MCBSP_BASE #define DAVINCI_MCBSP1_BASE DAVINCI_MCBSP_BASE
......
...@@ -34,11 +34,8 @@ ...@@ -34,11 +34,8 @@
/************************************************************************** /**************************************************************************
* Included Files * Included Files
**************************************************************************/ **************************************************************************/
#include <linux/config.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/sizes.h> #include <asm/sizes.h>
#include <asm/arch/hardware.h>
/************************************************************************** /**************************************************************************
* Definitions * Definitions
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
*/ */
#include <linux/serial_reg.h> #include <linux/serial_reg.h>
#include <asm/arch/hardware.h> #include <asm/hardware.h>
/* PORT_16C550A, in polled non-fifo mode */ /* PORT_16C550A, in polled non-fifo mode */
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
* *
*/ */
#include <asm/arch/memory.h> #include <asm/arch/memory.h>
#include <asm/hardware.h>
/* /*
* Just any arbitrary offset to the start of the vmalloc VM area: the * Just any arbitrary offset to the start of the vmalloc VM area: the
......
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