From 8de607dde2f16d27c41fb865f2d32d7119a773cf Mon Sep 17 00:00:00 2001 From: Nathan Lynch Date: Fri, 10 Aug 2007 05:18:40 +1000 Subject: [PATCH] --- yaml --- r: 67204 b: refs/heads/master c: 1bb8c6216f08519c16ce20b82e6f6a59fe0ce717 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/pasemi/pci.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b55103c751d2..95a6acd4dc1b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2e67d40762215bcd7c9b81e828ef6de453a09bc4 +refs/heads/master: 1bb8c6216f08519c16ce20b82e6f6a59fe0ce717 diff --git a/trunk/arch/powerpc/platforms/pasemi/pci.c b/trunk/arch/powerpc/platforms/pasemi/pci.c index ab1f5f62bcd8..882b571ba92c 100644 --- a/trunk/arch/powerpc/platforms/pasemi/pci.c +++ b/trunk/arch/powerpc/platforms/pasemi/pci.c @@ -122,8 +122,8 @@ static int pa_pxp_write_config(struct pci_bus *bus, unsigned int devfn, } static struct pci_ops pa_pxp_ops = { - pa_pxp_read_config, - pa_pxp_write_config, + .read = pa_pxp_read_config, + .write = pa_pxp_write_config, }; static void __init setup_pa_pxp(struct pci_controller *hose)