From: Moritz Fischer <m...@kernel.org> Date: Tue, 3 Sep 2019 11:46:52 -0700
> Add forward declaration for struct gpio_desc in order to address > the following: > > ./include/linux/phy_fixed.h:48:17: error: 'struct gpio_desc' declared inside > parameter list [-Werror] > ./include/linux/phy_fixed.h:48:17: error: its scope is only this definition > or declaration, which is probably not what you want [-Werror] > > Fixes commit 71bd106d2567 ("net: fixed-phy: Add > fixed_phy_register_with_gpiod() API") > Signed-off-by: Moritz Fischer <m...@kernel.org> Applied with Fixes tag fixed up.