]> git.baikalelectronics.ru Git - kernel.git/commit
s390/pci: remove unused bus_next field from struct zpci_dev
authorNiklas Schnelle <schnelle@linux.ibm.com>
Fri, 9 Sep 2022 12:34:41 +0000 (14:34 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 28 Sep 2022 09:12:44 +0000 (11:12 +0200)
commitab544681d4634a23a76f83de01bb7eb340ec0959
tree57a4d27179dd331b91b4fadf8c7e24ee0e6b8236
parent1c02a026431a27c051e585c93860b502f605b5ab
s390/pci: remove unused bus_next field from struct zpci_dev

This field was added in commit 09f506ac3337 ("s390/pci: Handling
multifunctions") but is an unused remnant of an earlier version where
the devices on the virtual bus were connected in a linked list instead
of a fixed 256 entry array of pointers.

It is also not used for the list of busses as that is threaded through
struct zpci_bus not through struct zpci_dev.

Reviewed-by: Pierre Morel <pmorel@linux.ibm.com>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/pci.h