diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-09-18 16:45:47 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-09-18 16:45:47 -0400 |
commit | 4ba2ccb83e03077bb94f8848ee573f1e27cea969 (patch) | |
tree | 2ec59264191153a5be7653c333aefcee49799db9 | |
parent | fce96f3e5d34b0e3195f9d1bf2b3c7e3841e90ff (diff) |
gpio/pcf857x: Copy i2c_device_id from old pcf8574 driver
The deprecated pcf8574 driver is going to be removed. Make sure the
replacement driver inherits all i2c_device_ids for a smooth transition.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
-rw-r--r-- | drivers/gpio/pcf857x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/pcf857x.c b/drivers/gpio/pcf857x.c index 9525724be731..3f1ec1e6b7ae 100644 --- a/drivers/gpio/pcf857x.c +++ b/drivers/gpio/pcf857x.c | |||
@@ -28,6 +28,7 @@ | |||
28 | 28 | ||
29 | static const struct i2c_device_id pcf857x_id[] = { | 29 | static const struct i2c_device_id pcf857x_id[] = { |
30 | { "pcf8574", 8 }, | 30 | { "pcf8574", 8 }, |
31 | { "pcf8574a", 8 }, | ||
31 | { "pca8574", 8 }, | 32 | { "pca8574", 8 }, |
32 | { "pca9670", 8 }, | 33 | { "pca9670", 8 }, |
33 | { "pca9672", 8 }, | 34 | { "pca9672", 8 }, |