mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
830825d6c3
This is so that the 32-bit CHRP code can use it. The MPC106 initialization code is now in arch/powerpc/sysdev/grackle.c and is controlled by CONFIG_PPC_MPC106. Signed-off-by: Paul Mackerras <paulus@samba.org>
8 lines
152 B
C
8 lines
152 B
C
/*
|
|
* Functions for setting up and using a MPC106 northbridge
|
|
*/
|
|
|
|
#include <asm/pci-bridge.h>
|
|
|
|
extern void setup_grackle(struct pci_controller *hose);
|