]> git.baikalelectronics.ru Git - kernel.git/commit
driver: misc: bmp085: remove "of_match_table" property.
authorSourav Poddar <sourav.poddar@ti.com>
Mon, 6 Aug 2012 09:28:44 +0000 (14:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 17:10:02 +0000 (10:10 -0700)
commita37bd36a0eb0f3d193b34a1c3c4f66d28ed01719
tree6d7d30522e2a8eeba03cf028ebfff2b51e948405
parent1792104397cd7079992dcb6fd63f09474d4f4c1f
driver: misc: bmp085: remove "of_match_table" property.

There is an automatic binding done for I2C devices in the of_i2c core
code. So, DT will be able to bind to any I2C device using the
already existing table: MODULE_DEVICE_TABLE(i2c, bmp085_id).

Tested on omap5430 evm.

Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/bmp085-i2c.c