]> git.openfabrics.org - ~emulex/infiniband.git/commit
net: can: c_can_platform: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Sep 2013 04:25:14 +0000 (09:55 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 16:30:25 +0000 (12:30 -0400)
commitb85f75ea040223519101eb97ee95e23470a73b71
tree00a9703e2202317b6bfb7779e4cdf2479b2d937c
parent2afc6dff692ea37c2dff0bdba452a85fe522cffd
net: can: c_can_platform: 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>
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: linux-can@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/c_can/c_can_platform.c