diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc64/kernel/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/pci.c b/arch/sparc64/kernel/pci.c index cf9a75112d0f..d4c077dc5e85 100644 --- a/arch/sparc64/kernel/pci.c +++ b/arch/sparc64/kernel/pci.c | |||
@@ -495,8 +495,8 @@ static void __devinit apb_calc_first_last(u8 map, u32 *first_p, u32 *last_p) | |||
495 | *last_p = last; | 495 | *last_p = last; |
496 | } | 496 | } |
497 | 497 | ||
498 | static void __init pci_resource_adjust(struct resource *res, | 498 | static void pci_resource_adjust(struct resource *res, |
499 | struct resource *root) | 499 | struct resource *root) |
500 | { | 500 | { |
501 | res->start += root->start; | 501 | res->start += root->start; |
502 | res->end += root->start; | 502 | res->end += root->start; |