usb: s3c-otg: Zap useless externs
The extern statements are useless, remove them. Also remove the extern ... controller, which is completely useless. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@@ -20,6 +20,6 @@ struct s3c_plat_otg_data {
|
||||
unsigned int usb_gusbcfg;
|
||||
};
|
||||
|
||||
extern int s3c_udc_probe(struct s3c_plat_otg_data *pdata);
|
||||
int s3c_udc_probe(struct s3c_plat_otg_data *pdata);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user