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>
此提交包含在:
Arnd Bergmann
2015-01-30 10:45:33 +01:00
父節點 31ade3b83e
當前提交 4c25c5d298
共有 117 個檔案被更改,包括 193 行新增194 行删除

查看文件

@@ -30,9 +30,9 @@
#include <asm/suspend.h>
#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/pxa25x.h>
#include "pxa25x.h"
#include <mach/reset.h>
#include <mach/pm.h>
#include "pm.h"
#include <mach/dma.h>
#include <mach/smemc.h>