]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Sep 2013 03:34:25 +0000 (09:04 +0530)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 3 Oct 2013 20:00:41 +0000 (22:00 +0200)
commitaf891d10e9951d2527a67d4174ff5a2296942c1d
treead078686d1324e8f80791869e60c70247cedb47b
parent74dcbeacdbe3e124e3bb5c15313a43392971938a
i2c: remove redundant of_match_ptr

The data structure of_match_ptr() protects is always compiled in.
Hence of_match_ptr() is not needed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-davinci.c
drivers/i2c/busses/i2c-mv64xxx.c
drivers/i2c/muxes/i2c-arb-gpio-challenge.c
drivers/i2c/muxes/i2c-mux-gpio.c