]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (lm77) Rearrange code to no longer require forward declarations
authorGuenter Roeck <linux@roeck-us.net>
Sat, 12 Apr 2014 15:45:20 +0000 (08:45 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 28 Apr 2014 15:56:58 +0000 (08:56 -0700)
commitce4241e63bc891ab8ec71d9fa3a6d2bce115aef1
treed7c1230a0d06ba88602d9b287da205e76956944f
parentbbb1ad749286dd5dc7455418e9afaa71a6af796e
hwmon: (lm77) Rearrange code to no longer require forward declarations

Forward declarations are easy to avoid and unnecessary.
Rearrange code to avoid it.

No functional change.

Acked-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm77.c