git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c5493
)
pci: Add missing <linux/sizes.h> to pcie_iproc.c
author
Tom Rini
<trini@konsulko.com>
Fri, 18 Jul 2025 01:15:21 +0000
(19:15 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 11 Aug 2025 21:00:23 +0000
(15:00 -0600)
This driver references the SZ_ macros while relying on an indirection
inclusion of <linux/sizes.h>. Add the missing include directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/pci/pcie_iproc.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pcie_iproc.c
b/drivers/pci/pcie_iproc.c
index
360ef1b
..
a6ed018
100644
(file)
--- a/
drivers/pci/pcie_iproc.c
+++ b/
drivers/pci/pcie_iproc.c
@@
-13,6
+13,7
@@
#include <dm/device_compat.h>
#include <linux/delay.h>
#include <linux/log2.h>
+#include <linux/sizes.h>
#define EP_PERST_SOURCE_SELECT_SHIFT 2
#define EP_PERST_SOURCE_SELECT BIT(EP_PERST_SOURCE_SELECT_SHIFT)