diff options
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-ibm_iic.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/i2c/busses/i2c-ibm_iic.c b/drivers/i2c/busses/i2c-ibm_iic.c index d8a19c110564..070f078b5f5c 100644 --- a/drivers/i2c/busses/i2c-ibm_iic.c +++ b/drivers/i2c/busses/i2c-ibm_iic.c | |||
@@ -807,11 +807,7 @@ static int __devexit iic_remove(struct of_device *ofdev) | |||
807 | } | 807 | } |
808 | 808 | ||
809 | static const struct of_device_id ibm_iic_match[] = { | 809 | static const struct of_device_id ibm_iic_match[] = { |
810 | { .compatible = "ibm,iic-405ex", }, | 810 | { .compatible = "ibm,iic", }, |
811 | { .compatible = "ibm,iic-405gp", }, | ||
812 | { .compatible = "ibm,iic-440gp", }, | ||
813 | { .compatible = "ibm,iic-440gpx", }, | ||
814 | { .compatible = "ibm,iic-440grx", }, | ||
815 | {} | 811 | {} |
816 | }; | 812 | }; |
817 | 813 | ||