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:
@@ -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"
|
||||
|
||||
|
Referência em uma nova issue
Block a user