tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git gpio-descriptor-net head: 32bc32905edf42e9625e21dd71b4c27f3b623e00 commit: 32bc32905edf42e9625e21dd71b4c27f3b623e00 [3/3] net: phy: fixed-phy: Drop GPIO from fixed_phy_add() config: x86_64-randconfig-x013-201849 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 32bc32905edf42e9625e21dd71b4c27f3b623e00 # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): >> drivers/net/phy/fixed_phy.c:43:19: error: field 'link_gpiod' has incomplete type struct gpio_desc link_gpiod; ^~~~~~~~~~ vim +/link_gpiod +43 drivers/net/phy/fixed_phy.c 35 36 struct fixed_phy { 37 int addr; 38 struct phy_device *phydev; 39 seqcount_t seqcount; 40 struct fixed_phy_status status; 41 int (*link_update)(struct net_device *, struct fixed_phy_status *); 42 struct list_head node; > 43 struct gpio_desc link_gpiod; 44 }; 45 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip