commit | 2afc6dff692ea37c2dff0bdba452a85fe522cffd | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Sep 30 09:55:13 2013 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 01 12:30:25 2013 -0400 |
tree | 7a973ad8071df7d258524a8a801ce895aa77255b | |
parent | 1e5c76d40fd41194472b4c1b369d7d63df0bea03 [diff] |
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>