ARM: pxa: make more mach/*.h files local

Lots of header files are never included outside of a mach-pxa
directory and do not need to be made visible in include/mach,
so let's just move them all down one level.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Esse commit está contido em:
Arnd Bergmann
2015-01-30 10:45:33 +01:00
commit 4c25c5d298
117 arquivos alterados com 193 adições e 194 exclusões

Ver arquivo

@@ -38,7 +38,7 @@
#include <asm/mach/arch.h>
#include <asm/system_info.h>
#include <mach/pxa27x.h>
#include "pxa27x.h"
#include <mach/magician.h>
#include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h>
@@ -48,9 +48,9 @@
#include <linux/regulator/max1586.h>
#include <linux/platform_data/pxa2xx_udc.h>
#include <mach/udc.h>
#include <mach/pxa27x-udc.h>
#include "udc.h"
#include "pxa27x-udc.h"
#include "devices.h"
#include "generic.h"