Skip to content

Commit 8d846a0

Browse files
andy-shevMani-Sadhasivam
authored andcommitted
PCI: amd-mdb: Use the right GPIO header
The driver includes the legacy GPIO header <linux/gpio.h> but does not use any symbols from it and actually wants <linux/gpio/consumer.h>, so fix this up. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Link: https://patch.msgid.link/20260506084858.867884-2-andriy.shevchenko@linux.intel.com
1 parent 254f496 commit 8d846a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pci/controller/dwc/pcie-amd-mdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include <linux/clk.h>
99
#include <linux/delay.h>
10-
#include <linux/gpio.h>
10+
#include <linux/gpio/consumer.h>
1111
#include <linux/interrupt.h>
1212
#include <linux/irqdomain.h>
1313
#include <linux/kernel.h>

0 commit comments

Comments
 (0)