From: Dan Murphy <dmurphy@xxxxxx> Date: Tue, 23 Jun 2020 08:48:33 -0500 > diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c > index 29ef4456ac25..96f242eed058 100644 > --- a/drivers/net/phy/phy_device.c > +++ b/drivers/net/phy/phy_device.c ... > +static inline int phy_get_int_delay_property(struct device *dev, > + const char *name) Please do not use inline in foo.c files, thank you.