[U-Boot] [PATCH 5/6] pci: move pci_ftpci100.h to include/faraday/ftpci100.h
Gabor Juhos
juhosg at openwrt.org
Sun May 26 12:11:30 CEST 2013
Even though the header files is used only by the
pci_ftpci100 driver, it contains declaration for
a function which is used by external code.
Move the header file to a common location which
lets external code use it.
Compile tested only.
Cc: Macpaul Lin <macpaul at andestech.com>
Signed-off-by: Gabor Juhos <juhosg at openwrt.org>
---
drivers/pci/pci_ftpci100.c | 4 ++--
drivers/pci/pci_ftpci100.h => include/faraday/ftpci100.h | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename drivers/pci/pci_ftpci100.h => include/faraday/ftpci100.h (100%)
diff --git a/drivers/pci/pci_ftpci100.c b/drivers/pci/pci_ftpci100.c
index a795a97..df7f615 100644
--- a/drivers/pci/pci_ftpci100.c
+++ b/drivers/pci/pci_ftpci100.c
@@ -23,11 +23,11 @@
#include <malloc.h>
#include <pci.h>
+#include <faraday/ftpci100.h>
+
#include <asm/io.h>
#include <asm/types.h> /* u32, u16.... used by pci.h */
-#include "pci_ftpci100.h"
-
struct ftpci100_data {
unsigned int reg_base;
unsigned int io_base;
diff --git a/drivers/pci/pci_ftpci100.h b/include/faraday/ftpci100.h
similarity index 100%
rename from drivers/pci/pci_ftpci100.h
rename to include/faraday/ftpci100.h
--
1.7.10
More information about the U-Boot
mailing list