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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>
Loading