diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-19 18:55:18 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 09:14:41 -0400 |
commit | e51df2c170efaeadce4d416e1825b0830de0a795 (patch) | |
tree | e3fa881027448042f5a2915e7f1c58ddecd6c82f /arch/powerpc/kernel/pci-common.c | |
parent | 5144b6bfe25fda7c51f6f9d8d79cf0fe61df5c28 (diff) |
powerpc: Make a bunch of things static
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/pci-common.c')
-rw-r--r-- | arch/powerpc/kernel/pci-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index b2814e23e1ed..bd84771f89fc 100644 --- a/arch/powerpc/kernel/pci-common.c +++ b/arch/powerpc/kernel/pci-common.c | |||
@@ -1140,7 +1140,7 @@ static int reparent_resources(struct resource *parent, | |||
1140 | * as well. | 1140 | * as well. |
1141 | */ | 1141 | */ |
1142 | 1142 | ||
1143 | void pcibios_allocate_bus_resources(struct pci_bus *bus) | 1143 | static void pcibios_allocate_bus_resources(struct pci_bus *bus) |
1144 | { | 1144 | { |
1145 | struct pci_bus *b; | 1145 | struct pci_bus *b; |
1146 | int i; | 1146 | int i; |