Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b501fd7b authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: mmp: make all header files local



The mach/*.h headers are now inaccessible to any external code,
so we can move them all into the mach-mmp directory itself
and remove the subdirectories.

A few headers are not used at all, so we remove them here.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 8bf42cc8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
/*
 * linux/arch/arm/mach-mmp/include/mach/addr-map.h
 *
 *   Common address map definitions
 *
 * This program is free software; you can redistribute it and/or modify
+4 −4
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <mach/addr-map.h>
#include <mach/mfp-pxa168.h>
#include <mach/pxa168.h>
#include <mach/irqs.h>
#include <video/pxa168fb.h>
#include <linux/input.h>
#include <linux/platform_data/keypad-pxa27x.h>

#include "addr-map.h"
#include "mfp-pxa168.h"
#include "pxa168.h"
#include "irqs.h"
#include "common.h"

static unsigned long common_pin_config[] __initdata = {
+4 −4
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@

#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <mach/addr-map.h>
#include <mach/mfp-pxa168.h>
#include <mach/pxa168.h>
#include <mach/irqs.h>
#include "addr-map.h"
#include "mfp-pxa168.h"
#include "pxa168.h"
#include "irqs.h"


#include "common.h"
+4 −4
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@

#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <mach/addr-map.h>
#include <mach/mfp-mmp2.h>
#include <mach/mmp2.h>
#include <mach/irqs.h>
#include "addr-map.h"
#include "mfp-mmp2.h"
#include "mmp2.h"
#include "irqs.h"

#include "common.h"

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
#include <linux/clk.h>
#include <linux/clk/mmp.h>

#include <mach/addr-map.h>
#include "addr-map.h"

#include "common.h"
#include "clock.h"
Loading