Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80979
b: refs/heads/master
c: 26b6d5b
h: refs/heads/master
i:
  80977: ad896bb
  80975: c86e5e4
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Dec 3, 2007
1 parent 055767c commit 2c94e5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e10590475b4a6d848e20c19fb22b074075c9ef3
refs/heads/master: 26b6d5b170815ab0586ff983b4ce7c8cc19e1e81
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/platforms/iseries/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,10 @@ static inline u64 iseries_ds_addr(struct device_node *node)
}

extern void iSeries_Device_Information(struct pci_dev*, int);
#ifdef CONFIG_PCI
extern void iSeries_pci_final_fixup(void);
#else
static void iSeries_pci_final_fixup(void) { }
#endif

#endif /* _PLATFORMS_ISERIES_PCI_H */
6 changes: 1 addition & 5 deletions trunk/arch/powerpc/platforms/iseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
#include "main_store.h"
#include "call_sm.h"
#include "call_hpt.h"
#include "pci.h"

#ifdef DEBUG
#define DBG(fmt...) udbg_printf(fmt)
Expand All @@ -74,11 +75,6 @@
static unsigned long build_iSeries_Memory_Map(void);
static void iseries_shared_idle(void);
static void iseries_dedicated_idle(void);
#ifdef CONFIG_PCI
extern void iSeries_pci_final_fixup(void);
#else
static void iSeries_pci_final_fixup(void) { }
#endif


struct MemoryBlock {
Expand Down

0 comments on commit 2c94e5a

Please sign in to comment.