hwmon: (ad7418) Convert to a new-style i2c driver
authorJean Delvare <khali@linux-fr.org>
Wed, 16 Jul 2008 17:30:08 +0000 (19:30 +0200)
committerJean Delvare <khali@mahadeva.delvare>
Wed, 16 Jul 2008 17:30:08 +0000 (19:30 +0200)
commit369932f6f840aedfbc717dd156bba7668a11d916
tree153813ce93538e8288a6d60bf6a3f07e8ef40b21
parent61c91f7ded640bb2b340cc89d9ca3a3ca0229c74
hwmon: (ad7418) Convert to a new-style i2c driver

The ad7418 driver is only used on embedded platforms where i2c
devices can easily be declared in platform code. Thus a new-style
i2c driver makes perfect sense. This lets us get rid of quirky
detection code (these chips have no identification registers) and
shrinks the binary driver size by 38%.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
drivers/hwmon/ad7418.c