[WATCHDOG] acquirewdt.c - clean before platform_device patches
authorWim Van Sebroeck <wim@iguana.be>
Wed, 10 Jan 2007 22:23:44 +0000 (23:23 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 10 Jan 2007 22:23:44 +0000 (23:23 +0100)
commit76c11f0442257099cbb474301f2ffff38649d3d3
tree4f8ba1b5f3ef7379b7ef237addda4448468f5f3f
parentf3dc07330c3e43a8d365eaa74693e320e6ed79d9
[WATCHDOG] acquirewdt.c - clean before platform_device patches

Clean the current code before we convert the driver to a platform_device.
This clean consists of:
- document the includes
- make sure that the printk's use the module/driver-name
- do the exit of the module exactly the opposite of the init of the module

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/char/watchdog/acquirewdt.c