hwmon: (s3c-hwmon) Fix build error
authorBen Dooks <ben-linux@fluff.org>
Wed, 9 Dec 2009 19:35:45 +0000 (20:35 +0100)
committerJean Delvare <khali@linux-fr.org>
Wed, 9 Dec 2009 19:35:45 +0000 (20:35 +0100)
commit6d905e67cfd84b42c2171e252a3a0aca269da9f8
treebd4cca80ee3ad4a75c4b5a52589ed6332af4e2dd
parent2b876f95d03e226394b5d360c86127cbefaf614b
hwmon: (s3c-hwmon) Fix build error

The previous patch, commit be4c23c93c4828d36ac9e1a88410618a61676426 was
from the wrong tree and thus broke the current build which had the
channel configuration name changed.

Fix the following build errors:

drivers/hwmon/s3c-hwmon.c: In function 's3c_hwmon_probe':
drivers/hwmon/s3c-hwmon.c:326: warning: initialization from incompatible pointer type
drivers/hwmon/s3c-hwmon.c:331: error: dereferencing pointer to incomplete type
drivers/hwmon/s3c-hwmon.c:336: error: dereferencing pointer to incomplete type

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/s3c-hwmon.c