Message ID | 20210929133729.9427-1-heikki.krogerus@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | device property: Remove device_add_properties() | expand |
On Wed, Sep 29, 2021 at 5:18 PM Heikki Krogerus <heikki.krogerus@linux.intel.com> wrote: > > Hi, > > There is one user left for the API, so converting that to use software > node API instead, and removing the function. All look good to me, thank you for removing the old API! Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > thanks, > > Heikki Krogerus (2): > PCI: Use software node API with additional device properties > device property: Remove device_add_properties() API > > drivers/base/core.c | 1 - > drivers/base/property.c | 48 ---------------------------------------- > drivers/pci/quirks.c | 2 +- > include/linux/property.h | 4 ---- > 4 files changed, 1 insertion(+), 54 deletions(-)