]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pci: move pci_ftpci100.h to include/faraday/ftpci100.h
authorGabor Juhos <juhosg@openwrt.org>
Sun, 26 May 2013 10:11:30 +0000 (12:11 +0200)
committerMacpaul Lin <macpaul@gmail.com>
Wed, 24 Jul 2013 03:49:17 +0000 (11:49 +0800)
commit8599515f42cd51009bb3b0bf8f48e1181b058537
treee5192a209c45de89e9a7a9600ae992f6b0574e36
parentb979cba9da8aa859f4dcec9b9036eb9ca0f13210
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>
drivers/pci/pci_ftpci100.c
include/faraday/ftpci100.h [moved from drivers/pci/pci_ftpci100.h with 100% similarity]