cbus-retu-wdt: Store all data in device struct
authorMichael Buesch <mb@bu3sch.de>
Fri, 4 Mar 2011 15:32:59 +0000 (15:32 +0000)
committerTony Lindgren <tony@atomide.com>
Tue, 8 Mar 2011 22:56:04 +0000 (14:56 -0800)
commit012df5da64dd99a5672869c0c99d9cce2be46df3
treef76202d530c0da879dc50ecd092f65d6c112fb75
parent09655a480f1276ce90d8f62b7d91e3946fb177fb
cbus-retu-wdt: Store all data in device struct

Get rid of all static global variables and store all
information in the device structure. This cleans up
the random mixup of information storage (struct vs static).

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/cbus/retu-wdt.c