Commit 9048d53d authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] janitor: add static to comx

From: Daniele Bellucci <bellucda@tiscali.it>

add 'static' to a function
parent afafd723
...@@ -2823,7 +2823,7 @@ static struct comx_hardware pcicomhw = ...@@ -2823,7 +2823,7 @@ static struct comx_hardware pcicomhw =
/* Module management */ /* Module management */
int __init init_mister(void) static int __init init_mister(void)
{ {
printk(VERSIONSTR); printk(VERSIONSTR);
comx_register_hardware(&slicecomhw); comx_register_hardware(&slicecomhw);
......
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