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

Commit 552fe04a authored by Adrian Bunk's avatar Adrian Bunk Committed by Jesse Barnes
Browse files

PCI: make {pciehp,shpchp}_slot_with_bus static



This patch makes the needlessly global {pciehp,shpchp}_slot_with_bus
static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 5e70b7f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ int pciehp_debug;
int pciehp_poll_mode;
int pciehp_poll_time;
int pciehp_force;
int pciehp_slot_with_bus;
static int pciehp_slot_with_bus;
struct workqueue_struct *pciehp_wq;

#define DRIVER_VERSION	"0.4"
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
int shpchp_debug;
int shpchp_poll_mode;
int shpchp_poll_time;
int shpchp_slot_with_bus;
static int shpchp_slot_with_bus;
struct workqueue_struct *shpchp_wq;

#define DRIVER_VERSION	"0.4"