net: ethernet: cpsw: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Sep 2013 04:25:12 +0000 (09:55 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 16:30:25 +0000 (12:30 -0400)
commit1e5c76d40fd41194472b4c1b369d7d63df0bea03
tree881a9421f7ebf10431a2941eef1957e22b57682e
parentb32418705107265dfca5edfe2b547643e53a732e
net: ethernet: cpsw: 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.c