summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci/Makefile
diff options
context:
space:
mode:
authorJan Glauber <jang@linux.vnet.ibm.com>2012-11-29 14:36:55 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-11-30 17:47:26 +0100
commit1e8da9566b56e371902381f42e209df79090486e (patch)
tree19838ee72542f9c6df6bdffc76081e2358fc238b /arch/s390/pci/Makefile
parent7441b0627e2251370902305a204e1330a696ca04 (diff)
downloadop-kernel-dev-1e8da9566b56e371902381f42e209df79090486e.zip
op-kernel-dev-1e8da9566b56e371902381f42e209df79090486e.tar.gz
s390/pci: s390 specific PCI sysfs attributes
Add some s390 specific sysfs attributes to the PCI device directory. The following attributes are introduced: - function_id (PCI function ID) - function_handle (PCI function handle) - pchid (PCI channel ID) - pfgid (PCI function group ID aka PCI root complex) Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/pci/Makefile')
-rw-r--r--arch/s390/pci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/pci/Makefile b/arch/s390/pci/Makefile
index 7e36f42..ab0827b 100644
--- a/arch/s390/pci/Makefile
+++ b/arch/s390/pci/Makefile
@@ -3,4 +3,4 @@
#
obj-$(CONFIG_PCI) += pci.o pci_dma.o pci_clp.o pci_msi.o \
- pci_event.o
+ pci_sysfs.o pci_event.o
OpenPOWER on IntegriCloud