patch-2.4.10 linux/drivers/char/nwbutton.c

Next file: linux/drivers/char/nwflash.c
Previous file: linux/drivers/char/nvram.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/char/nwbutton.c linux/drivers/char/nwbutton.c
@@ -47,6 +47,8 @@
  * Because callbacks can be unregistered at random the list can become
  * fragmented, so we need to search through the list until we find the first
  * free entry.
+ *
+ * FIXME: Has anyone spotted any locking functions int his code recently ??
  */
 
 int button_add_callback (void (*callback) (void), int count)
@@ -236,6 +238,9 @@
 	misc_deregister (&button_misc_device);
 }
 
+
+MODULE_AUTHOR("Alex Holden");
+MODULE_LICENSE("GPL");
 EXPORT_NO_SYMBOLS;
 
 module_init(nwbutton_init);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)