X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fsyslib%2Fppc85xx_common.c;h=e83f2f8686d3e9205c8f2720deaa7a7300be0fcb;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=7de3e4560f1f7202115ffef018d71bcb57dc0d75;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/ppc/syslib/ppc85xx_common.c b/arch/ppc/syslib/ppc85xx_common.c index 7de3e4560..e83f2f868 100644 --- a/arch/ppc/syslib/ppc85xx_common.c +++ b/arch/ppc/syslib/ppc85xx_common.c @@ -20,7 +20,6 @@ #include #include -#include /* ************************************************************************ */ /* Return the value of CCSRBAR for the current board */ @@ -31,16 +30,4 @@ get_ccsrbar(void) return BOARD_CCSRBAR; } -/* ************************************************************************ */ -/* Update the 85xx OCP tables paddr field */ -void -mpc85xx_update_paddr_ocp(struct ocp_device *dev, void *arg) -{ - phys_addr_t ccsrbar; - if (arg) { - ccsrbar = *(phys_addr_t *)arg; - dev->def->paddr += ccsrbar; - } -} - EXPORT_SYMBOL(get_ccsrbar);