mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
pci: move pci_ftpci100.h to include/faraday/ftpci100.h
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@andestech.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
This commit is contained in:
parent
b979cba9da
commit
8599515f42
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue