]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up queue-5.10/pci-dwc-fix-a-64bit-bug-in-dw_pcie_ep_raise_msix_irq.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Feb 2024 12:50:34 +0000 (13:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Feb 2024 12:50:34 +0000 (13:50 +0100)
queue-5.10/pci-dwc-fix-a-64bit-bug-in-dw_pcie_ep_raise_msix_irq.patch

index f7ffb926ae0a16037b16b0a5edbca04dd709f216..a8ad7583491701f829695027c9fabff662423edc 100644 (file)
@@ -37,7 +37,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
   * Author: Kishon Vijay Abraham I <kishon@ti.com>
   */
  
-+#include <linux/align.h>
++#include <linux/kernel.h>
  #include <linux/of.h>
  
  #include "pcie-designware.h"