lkml.org 
[lkml]   [2005]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 1/5] Hotplug firmware loader for Keyspan usb-serial driver
Jan Harkes wrote:
> A simple Intel HEX format parser/loader.

...

> +static int __init no_init(void)
> +{
> + return 0;
> +}
> +
> +static void __exit no_exit(void)
> +{
> +}
> +
> +module_init(no_init);
> +module_exit(no_exit);

module_init/exit are not needed if both are simply stubs.

--
Brian Gerst
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-04-06 13:31    [W:0.047 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site