[PATCH 1/1] arch/arm/mach-ks8695/board-og.c: __initdata fix

2014-04-11 Thread Fabian Frederick
Place __initdata before equal signs.

Cc: linux-arm-ker...@lists.infradead.org
Cc: Andrew Morton 
---
 arch/arm/mach-ks8695/board-og.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-ks8695/board-og.c b/arch/arm/mach-ks8695/board-og.c
index f265816..2627d82 100644
--- a/arch/arm/mach-ks8695/board-og.c
+++ b/arch/arm/mach-ks8695/board-og.c
@@ -30,7 +30,7 @@ static int og_pci_map_irq(const struct pci_dev *dev, u8 slot, 
u8 pin)
return KS8695_IRQ_EXTERN0;
 }
 
-static struct ks8695_pci_cfg __initdata og_pci = {
+static struct ks8695_pci_cfg og_pci __initdata = {
.mode   = KS8695_MODE_PCI,
.map_irq= og_pci_map_irq,
 };
@@ -80,7 +80,7 @@ static void __init og_pci_bus_reset(void)
 #defineS8250_VIRT  0xf400
 #defineS8250_SIZE  0x0010
 
-static struct __initdata map_desc og_io_desc[] = {
+static struct map_desc og_io_desc[] __initdata = {
{
.virtual= S8250_VIRT,
.pfn= __phys_to_pfn(S8250_PHYS),
-- 
1.8.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 1/1] arch/arm/mach-ks8695/board-og.c: __initdata fix

2014-04-11 Thread Fabian Frederick
Place __initdata before equal signs.

Cc: linux-arm-ker...@lists.infradead.org
Cc: Andrew Morton a...@linux-foundation.org
---
 arch/arm/mach-ks8695/board-og.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-ks8695/board-og.c b/arch/arm/mach-ks8695/board-og.c
index f265816..2627d82 100644
--- a/arch/arm/mach-ks8695/board-og.c
+++ b/arch/arm/mach-ks8695/board-og.c
@@ -30,7 +30,7 @@ static int og_pci_map_irq(const struct pci_dev *dev, u8 slot, 
u8 pin)
return KS8695_IRQ_EXTERN0;
 }
 
-static struct ks8695_pci_cfg __initdata og_pci = {
+static struct ks8695_pci_cfg og_pci __initdata = {
.mode   = KS8695_MODE_PCI,
.map_irq= og_pci_map_irq,
 };
@@ -80,7 +80,7 @@ static void __init og_pci_bus_reset(void)
 #defineS8250_VIRT  0xf400
 #defineS8250_SIZE  0x0010
 
-static struct __initdata map_desc og_io_desc[] = {
+static struct map_desc og_io_desc[] __initdata = {
{
.virtual= S8250_VIRT,
.pfn= __phys_to_pfn(S8250_PHYS),
-- 
1.8.4.5

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/