[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] [PATCH] Delete unneeded USB function prototype
Please Alan commit this patch. Thank you.
Commit message:
Delete unneeded and out of place function prototype.
Index: sys/usb/src.km/init.c
===================================================================
RCS file: /mint/freemint/sys/usb/src.km/init.c,v
retrieving revision 1.4
diff -u -8 -r1.4 init.c
--- sys/usb/src.km/init.c 8 Mar 2014 17:45:49 -0000 1.4
+++ sys/usb/src.km/init.c 31 Mar 2014 16:43:48 -0000
@@ -57,18 +57,16 @@
* - start main kernel thread
*/
Path start_path; /* The directory that the started binary lives */
#ifndef TOSONLY
static const struct kernel_module *self = NULL;
#endif
-void usb_storage_init(void); /* Prototype, this shouldn't be here */
-
void
setup_usb_module_api(void)
{
usb_api.udd_register = &udd_register;
usb_api.udd_unregister = &udd_unregister;
// usb_api.fname = &fname;