ARM: iop13xx: make headers more local
Some header files are never included outside of a mach-iop13xx 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>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <asm/sizes.h>
|
||||
#include <asm/signal.h>
|
||||
#include <asm/mach/pci.h>
|
||||
#include <mach/pci.h>
|
||||
#include "pci.h"
|
||||
|
||||
#define IOP13XX_PCI_DEBUG 0
|
||||
#define PRINTK(x...) ((void)(IOP13XX_PCI_DEBUG && printk(x)))
|
||||
|
Reference in New Issue
Block a user