hwmon: (ad7418) Avoid forward declaration
authorAxel Lin <axel.lin@ingics.com>
Tue, 1 Jul 2014 14:39:08 +0000 (22:39 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 4 Aug 2014 14:01:35 +0000 (07:01 -0700)
commit991763a91cbacf1e511ec9bea9ea8539e4d41f39
tree42107271da372c899ee5f01834a5020b85b12b32
parent045c1391ec3b703ee00643fe9bda7cd65cd463e1
hwmon: (ad7418) Avoid forward declaration

Move ad7418_driver to proper place to avoid forward declaration.
Also move ad7418_init_client() close to ad7418_probe().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ad7418.c