commit | 7acf8b36a2ac6eb4fdc53c4d862570089e56c69e | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Mon Jan 07 17:54:14 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 07 14:21:37 2019 -0500 |
tree | 36338de5c0dc609d3cee3517561fcea7a891458f | |
parent | 4c84edc11b76590859b1e45dd676074c59602dc4 [diff] |
phy: ti: Fix compilation failures without REGMAP This driver requires regmap or the compile fails: drivers/phy/ti/phy-gmii-sel.c:43:27: error: array type has incomplete element type ‘struct reg_field’ const struct reg_field (*regfields)[PHY_GMII_SEL_LAST]; Add it to kconfig. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>