Messages in this thread |  | | Date | Mon, 07 Jan 2019 11:23:29 -0800 (PST) | | Subject | Re: [PATCH] phy: ti: Fix compilation failures without REGMAP | | From | David Miller <> |
| |
From: Jason Gunthorpe <jgg@mellanox.com> Date: Mon, 7 Jan 2019 17:54:14 +0000
> 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>
Applied.
|  |