From 3547851252b038d3dcad2d064b78c0a05255774d Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 10 Jul 2007 09:35:12 +0100 Subject: [PATCH] --- yaml --- r: 58676 b: refs/heads/master c: 070c7b8611e852099370b17eaeb470407cb80ffe h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/au1000/common/platform.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f86cad86e802..f268913763f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35c700c0955c43e168c45d375f90a0670be8f054 +refs/heads/master: 070c7b8611e852099370b17eaeb470407cb80ffe diff --git a/trunk/arch/mips/au1000/common/platform.c b/trunk/arch/mips/au1000/common/platform.c index 8fd203d4a339..d51e18fb789b 100644 --- a/trunk/arch/mips/au1000/common/platform.c +++ b/trunk/arch/mips/au1000/common/platform.c @@ -289,7 +289,7 @@ static struct platform_device *au1xxx_platform_devices[] __initdata = { #endif }; -int au1xxx_platform_init(void) +int __init au1xxx_platform_init(void) { return platform_add_devices(au1xxx_platform_devices, ARRAY_SIZE(au1xxx_platform_devices)); }