Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a97d60c authored by Guenter Roeck's avatar Guenter Roeck Committed by Max Filippov
Browse files

xtensa/PCI: Remove unused variable



gcc reports:

arch/xtensa/kernel/pci.c:40:32: warning:
	'pci_ctrl_tail' defined but not used

which is indeed the case.

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Message-Id: <1560694321-31380-1-git-send-email-linux@roeck-us.net>
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 9e0babf2
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,6 @@
 */
 */


static struct pci_controller *pci_ctrl_head;
static struct pci_controller *pci_ctrl_head;
static struct pci_controller **pci_ctrl_tail = &pci_ctrl_head;


static int pci_bus_count;
static int pci_bus_count;