From: Sourav Poddar Date: Mon, 6 Aug 2012 09:28:44 +0000 (+0530) Subject: driver: misc: bmp085: remove "of_match_table" property. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~77^2~23^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb64ee135af6b477ff149a2072bcfa3118afb94;p=pandora-kernel.git 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 Cc: Benoit Cousson Cc: Santosh Shilimkar Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed