move 'ar71xx_add_device_usb' definition into devices.h
SVN-Revision: 14680
This commit is contained in:
parent
e11452558b
commit
df2c881e14
2 changed files with 2 additions and 2 deletions
|
@ -40,6 +40,8 @@ void ar71xx_add_device_gpio_buttons(int id,
|
||||||
unsigned nbuttons,
|
unsigned nbuttons,
|
||||||
struct gpio_button *buttons) __init;
|
struct gpio_button *buttons) __init;
|
||||||
|
|
||||||
|
void ar71xx_add_device_usb(void) __init;
|
||||||
|
|
||||||
#ifdef CONFIG_AR71XX_EARLY_SERIAL
|
#ifdef CONFIG_AR71XX_EARLY_SERIAL
|
||||||
static inline void ar71xx_add_device_uart(void) {}
|
static inline void ar71xx_add_device_uart(void) {}
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -195,8 +195,6 @@ static inline u32 ar71xx_usb_ctrl_rr(unsigned reg)
|
||||||
return __raw_readl(ar71xx_usb_ctrl_base + reg);
|
return __raw_readl(ar71xx_usb_ctrl_base + reg);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern void ar71xx_add_device_usb(void) __init;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* GPIO block
|
* GPIO block
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue