summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sa1100/pci-nanoengine.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-08-31 08:49:54 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2022-05-23 15:58:13 +0100
commit359ec1380589fd7f736b36941ccb85a98b3fb76a (patch)
treeb1f9f5d6ff6f6fb07efbdfb9b316f8e0feaae0a0 /arch/arm/mach-sa1100/pci-nanoengine.c
parentb9bb0deeb016b066b1bd47eb3ec8b49d3cbc1eb7 (diff)
ARM: sa1100/nanoengine: move nanoengine header file
Nothing outside arch/arm/mach-sa1100 needs the nanoengine header file, so move it into that directory. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/pci-nanoengine.c')
-rw-r--r--arch/arm/mach-sa1100/pci-nanoengine.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/pci-nanoengine.c b/arch/arm/mach-sa1100/pci-nanoengine.c
index 0791d11ff4d4..f847ad8c1df7 100644
--- a/arch/arm/mach-sa1100/pci-nanoengine.c
+++ b/arch/arm/mach-sa1100/pci-nanoengine.c
@@ -13,9 +13,10 @@
#include <asm/mach/pci.h>
#include <asm/mach-types.h>
-#include <mach/nanoengine.h>
#include <mach/hardware.h>
+#include "nanoengine.h"
+
static void __iomem *nanoengine_pci_map_bus(struct pci_bus *bus,
unsigned int devfn, int where)
{