Commit 225b5d37 authored by Arnd Bergmann's avatar Arnd Bergmann

ARM: pxa: make addr-map.h header local

Drivers should not rely on the contents of this file, so
move it into the platform directory directly.

Cc: Philipp Zabel <philipp.zabel@gmail.com>
Cc: Paul Parsons <lost.distance@yahoo.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/lkml/87mudkmx8g.fsf@belgarion.home/
parent b83deaa7
......@@ -22,7 +22,7 @@
#include <asm/mach/map.h>
#include <asm/mach-types.h>
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/irqs.h>
#include <mach/reset.h>
#include <mach/smemc.h>
......
......@@ -40,7 +40,7 @@
#include <asm/mach/arch.h>
#include "pxa27x.h"
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/hx4700.h>
#include <linux/platform_data/irda-pxaficp.h>
......
......@@ -38,7 +38,7 @@
#include "pxa27x.h"
#include "lpd270.h"
#include <mach/addr-map.h>
#include "addr-map.h"
#include <linux/platform_data/asoc-pxa.h>
#include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h>
......
......@@ -34,7 +34,7 @@
#include <asm/system_info.h>
#include "pxa27x.h"
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/magician.h>
#include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h>
......
......@@ -51,7 +51,7 @@
#include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/usb-ohci-pxa27x.h>
#include <linux/platform_data/keypad-pxa27x.h>
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/smemc.h>
#include "generic.h"
......
......@@ -34,7 +34,7 @@
#include "pxa25x.h"
#include <mach/reset.h>
#include "pm.h"
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/smemc.h>
#include "generic.h"
......
......@@ -2,7 +2,7 @@
#ifndef __MACH_PXA25x_H
#define __MACH_PXA25x_H
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/pxa2xx-regs.h>
#include "mfp-pxa25x.h"
#include <mach/irqs.h>
......
......@@ -33,7 +33,7 @@
#include <mach/reset.h>
#include <linux/platform_data/usb-ohci-pxa27x.h>
#include "pm.h"
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/smemc.h>
#include "generic.h"
......
......@@ -3,7 +3,7 @@
#define __MACH_PXA27x_H
#include <linux/suspend.h>
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/pxa2xx-regs.h>
#include "mfp-pxa27x.h"
#include <mach/irqs.h>
......
......@@ -32,7 +32,7 @@
#include <mach/reset.h>
#include <linux/platform_data/usb-ohci-pxa27x.h>
#include "pm.h"
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/smemc.h>
#include <mach/irqs.h>
......
......@@ -2,7 +2,7 @@
#ifndef __MACH_PXA3XX_H
#define __MACH_PXA3XX_H
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/pxa3xx-regs.h>
#include <mach/irqs.h>
......
......@@ -11,7 +11,7 @@
#ifndef _TRIPEPS4_H_
#define _TRIPEPS4_H_
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/irqs.h> /* PXA_GPIO_TO_IRQ */
/* physical memory regions */
......
......@@ -25,7 +25,7 @@
#include <asm/mach/map.h>
#include "pxa25x.h"
#include <mach/addr-map.h>
#include "addr-map.h"
#include <mach/smemc.h>
#include "generic.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