commit | 815b043ddac433eecb2899cb2090495b27f77aac | [log] [tgz] |
---|---|---|
author | Danny Kukawka <danny.kukawka@bisect.de> | Wed Feb 08 14:16:47 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 09 08:49:30 2012 -0800 |
tree | b573af31f921955137e6ad68fbf3c3ea1f6ae434 | |
parent | a3dc3c9eb0a7bcf17604ee444c48b94e2591812d [diff] |
cs5535-mfgpt: don't call __init function from __devinit Fix and reset_all_timers() to be __devinit and not __init since the function gets called from cs5535_mfgpt_probe which is __devinit. Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de> Acked-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>