Commit f7c9e1e0 authored by Luiz Capitulino's avatar Luiz Capitulino Committed by Jeff Garzik

[PATCH] fix net/tulip/winbond-840.c warning.

parent 3d61e387
...@@ -1733,10 +1733,7 @@ static struct pci_driver w840_driver = { ...@@ -1733,10 +1733,7 @@ static struct pci_driver w840_driver = {
static int __init w840_init(void) static int __init w840_init(void)
{ {
/* when a module, this is printed whether or not devices are found in probe */
#ifdef MODULE
printk(version); printk(version);
#endif
return pci_module_init(&w840_driver); return pci_module_init(&w840_driver);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment