kernel: bump 5.10 to 5.10.92
[openwrt/staging/jow.git] / target / linux / generic / pending-5.10 / 850-0001-PCI-aardvark-Replace-custom-PCIE_CORE_INT_-macros-wi.patch
index c63d016c35c574a9aa483aae8840ffe6ac6f3b0c..c6d964eaa905e01330e7503b5d2a0e3685227f15 100644 (file)
@@ -16,8 +16,6 @@ Signed-off-by: Marek BehĂșn <kabel@kernel.org>
  drivers/pci/controller/pci-aardvark.c | 6 +-----
  1 file changed, 1 insertion(+), 5 deletions(-)
 
-diff --git a/drivers/pci/controller/pci-aardvark.c b/drivers/pci/controller/pci-aardvark.c
-index 226bce2f98f6..a573fc1aa4dd 100644
 --- a/drivers/pci/controller/pci-aardvark.c
 +++ b/drivers/pci/controller/pci-aardvark.c
 @@ -37,10 +37,6 @@
@@ -31,7 +29,7 @@ index 226bce2f98f6..a573fc1aa4dd 100644
  /* PIO registers base address and register offsets */
  #define PIO_BASE_ADDR                         0x4000
  #define PIO_CTRL                              (PIO_BASE_ADDR + 0x0)
-@@ -967,7 +963,7 @@ static int advk_sw_pci_bridge_init(struct advk_pcie *pcie)
+@@ -967,7 +963,7 @@ static int advk_sw_pci_bridge_init(struc
        bridge->conf.pref_mem_limit = cpu_to_le16(PCI_PREF_RANGE_TYPE_64);
  
        /* Support interrupt A for MSI feature */
@@ -40,6 +38,3 @@ index 226bce2f98f6..a573fc1aa4dd 100644
  
        /* Indicates supports for Completion Retry Status */
        bridge->pcie_conf.rootcap = cpu_to_le16(PCI_EXP_RTCAP_CRSVIS);
--- 
-2.34.1
-