]> Pileus Git - ~andy/linux/commit
Thermal: armada: Remove redundant use of of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 16 May 2013 10:28:08 +0000 (10:28 +0000)
committerZhang Rui <rui.zhang@intel.com>
Tue, 28 May 2013 02:44:48 +0000 (10:44 +0800)
commit1d089e09936420611781e2ad09519f9521381fb0
tree3713eca71e832b5544d303fe0e60f633f460f7b6
parent83720d0b79618cd07c955ef1204c9cb0acb614a5
Thermal: armada: Remove redundant use of of_match_ptr

'armada_thermal_id_table' is always compiled in and the driver
is dependent on OF. Hence use of of_match_ptr is unnecessary.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/armada_thermal.c