From fef1bb44383039142adfc18039242cc4b897faba Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Fri, 30 Nov 2012 17:34:59 -0600 Subject: [PATCH] --- yaml --- r: 356439 b: refs/heads/master c: 6cce76dc9ed9efc0a43fca233ddd205e7ded55eb h: refs/heads/master i: 356437: 2c33e250c0b939933d4df6c2660da80f54ece603 356435: ef286f5ecd50ef232a6adb464e1269fc4b9c8994 356431: d23d5f47c06c220aa57d90ce268269da443d1561 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/sysdev/fsl_msi.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e08badf5151b..86674dedc50d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8998a030098db908a2b20c864d7ec7246db516f8 +refs/heads/master: 6cce76dc9ed9efc0a43fca233ddd205e7ded55eb diff --git a/trunk/arch/powerpc/sysdev/fsl_msi.c b/trunk/arch/powerpc/sysdev/fsl_msi.c index 6e53d97abd3f..178c99427b1c 100644 --- a/trunk/arch/powerpc/sysdev/fsl_msi.c +++ b/trunk/arch/powerpc/sysdev/fsl_msi.c @@ -28,7 +28,7 @@ #include "fsl_msi.h" #include "fsl_pci.h" -LIST_HEAD(msi_head); +static LIST_HEAD(msi_head); struct fsl_msi_feature { u32 fsl_pic_ip; @@ -130,7 +130,7 @@ static void fsl_compose_msi_msg(struct pci_dev *pdev, int hwirq, struct pci_controller *hose = pci_bus_to_host(pdev->bus); u64 address; /* Physical address of the MSIIR */ int len; - const u64 *reg; + const __be64 *reg; /* If the msi-address-64 property exists, then use it */ reg = of_get_property(hose->dn, "msi-address-64", &len);