From b2dc6c86ee3e55b3bad7b3f69ed2b39fb894fa0a Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 26 Jan 2011 20:48:33 +0000 Subject: ramips: remove extern and __init from function prototypes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25123 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-leds.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-leds.h') diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-leds.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-leds.h index ad2ed2667..24233abde 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-leds.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/dev-gpio-leds.h @@ -1,7 +1,7 @@ /* * Ralink SoC GPIO LED device support * - * Copyright (C) 2009-2010 Gabor Juhos + * Copyright (C) 2009-2011 Gabor Juhos * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -14,8 +14,8 @@ #include #ifdef CONFIG_RALINK_DEV_GPIO_LEDS -__init void ramips_register_gpio_leds(int id, unsigned num_leds, - struct gpio_led *leds); +void ramips_register_gpio_leds(int id, unsigned num_leds, + struct gpio_led *leds); #else static inline void ramips_register_gpio_leds(int id, unsigned num_leds, struct gpio_led *leds) -- cgit v1.2.3