aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/shpchp_core.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-05-05 21:21:51 +0300
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-06-10 10:59:25 -0700
commit552fe04aa242f164f126abfdb3f6f90fd6679d9f (patch)
tree3b35d99c5997da8b211f9eb8c6246b9ce840de40 /drivers/pci/hotplug/shpchp_core.c
parent5e70b7f3c24468bb1635b295945edb48ecd9656a (diff)
downloadkernel_samsung_smdk4412-552fe04aa242f164f126abfdb3f6f90fd6679d9f.zip
kernel_samsung_smdk4412-552fe04aa242f164f126abfdb3f6f90fd6679d9f.tar.gz
kernel_samsung_smdk4412-552fe04aa242f164f126abfdb3f6f90fd6679d9f.tar.bz2
PCI: make {pciehp,shpchp}_slot_with_bus static
This patch makes the needlessly global {pciehp,shpchp}_slot_with_bus static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/hotplug/shpchp_core.c')
-rw-r--r--drivers/pci/hotplug/shpchp_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/shpchp_core.c b/drivers/pci/hotplug/shpchp_core.c
index 9784865..0066b0b 100644
--- a/drivers/pci/hotplug/shpchp_core.c
+++ b/drivers/pci/hotplug/shpchp_core.c
@@ -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"