diff options
author | Jan Glauber <jang@linux.vnet.ibm.com> | 2012-11-29 14:36:55 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-11-30 17:47:26 +0100 |
commit | 1e8da9566b56e371902381f42e209df79090486e (patch) | |
tree | 19838ee72542f9c6df6bdffc76081e2358fc238b /arch/s390/pci/Makefile | |
parent | 7441b0627e2251370902305a204e1330a696ca04 (diff) |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/pci/Makefile b/arch/s390/pci/Makefile index 7e36f42ba08..ab0827b6bc4 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 |