1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 14:14:16 +02:00

ar71xx: use __init for ar{71,91}xx_usb_setup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18434 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-11-16 17:31:22 +00:00
parent ce940c98d6
commit d71bee30b8

View File

@ -90,7 +90,7 @@ static struct platform_device ar71xx_ehci_device = {
(RESET_MODULE_USB_HOST | RESET_MODULE_USB_PHY \
| RESET_MODULE_USB_OHCI_DLL)
static void ar71xx_usb_setup(void)
static void __init ar71xx_usb_setup(void)
{
ar71xx_device_stop(AR71XX_USB_RESET_MASK);
mdelay(1000);
@ -105,7 +105,7 @@ static void ar71xx_usb_setup(void)
mdelay(900);
}
static void ar91xx_usb_setup(void)
static void __init ar91xx_usb_setup(void)
{
ar71xx_device_stop(RESET_MODULE_USBSUS_OVERRIDE);
mdelay(10);