]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
Merge generic_lookup_helpers into usb-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 15:11:07 +0000 (17:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 15:11:07 +0000 (17:11 +0200)
The lookup helpers are needed here.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
drivers/base/core.c
drivers/base/devcon.c
drivers/base/platform.c
drivers/hwtracing/stm/core.c
drivers/infiniband/hw/hns/hns_roce_hw_v1.c
drivers/iommu/arm-smmu-v3.c
drivers/regulator/of_regulator.c
drivers/usb/core/devio.c
drivers/usb/roles/class.c
include/linux/device.h
include/linux/platform_device.h

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 34a3d8ed8ba7c37ccb805095521a4de1d82303a4,37e15a935a42f4fb2bc2575ae2451a3026d24e41..3fce4ec63dc270cc976ab8a86876176d3a096aec
@@@ -49,8 -48,12 +49,11 @@@ extern void platform_device_unregister(
  extern struct bus_type platform_bus_type;
  extern struct device platform_bus;
  
 -extern void arch_setup_pdev_archdata(struct platform_device *);
  extern struct resource *platform_get_resource(struct platform_device *,
                                              unsigned int, unsigned int);
+ extern struct device *
+ platform_find_device_by_driver(struct device *start,
+                              const struct device_driver *drv);
  extern void __iomem *
  devm_platform_ioremap_resource(struct platform_device *pdev,
                               unsigned int index);