]> git.openfabrics.org - ~emulex/infiniband.git/commit
net: ethernet: cpsw-phy-sel: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Sep 2013 04:25:13 +0000 (09:55 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 16:30:25 +0000 (12:30 -0400)
commit2afc6dff692ea37c2dff0bdba452a85fe522cffd
tree7a973ad8071df7d258524a8a801ce895aa77255b
parent1e5c76d40fd41194472b4c1b369d7d63df0bea03
net: ethernet: cpsw-phy-sel: 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>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw-phy-sel.c