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:
Marek Vasut
2015-12-04 02:21:41 +01:00
parent 155e740f73
commit 193979e2fe
2 changed files with 3 additions and 5 deletions

View File

@@ -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