aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/access.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-11-06 01:45:08 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2005-11-10 16:09:18 -0800
commit48b19148733b4826eeedfd8be9f19b61c8d010b1 (patch)
tree808f72f581b3076fd2474baa2ecc8cd0c9f42461 /drivers/pci/access.c
parent26205e026cf2b3bb039d6169978ae520973f4141 (diff)
downloadkernel_samsung_smdk4412-48b19148733b4826eeedfd8be9f19b61c8d010b1.zip
kernel_samsung_smdk4412-48b19148733b4826eeedfd8be9f19b61c8d010b1.tar.gz
kernel_samsung_smdk4412-48b19148733b4826eeedfd8be9f19b61c8d010b1.tar.bz2
[PATCH] PCI: drivers/pci/: small cleanups
This patch contains the following cleanups: - access.c should #include "pci.h" for getting the prototypes of it's global functions - hotplug/shpchp_pci.c: make the needlessly global function program_fw_provided_values() static Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/access.c')
-rw-r--r--drivers/pci/access.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/access.c b/drivers/pci/access.c
index 2a42add..ea16805 100644
--- a/drivers/pci/access.c
+++ b/drivers/pci/access.c
@@ -2,6 +2,8 @@
#include <linux/module.h>
#include <linux/ioport.h>
+#include "pci.h"
+
/*
* This interrupt-safe spinlock protects all accesses to PCI
* configuration space.