projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c3379
)
bcma: Add explicit of_device.h include
author
Rob Herring
<robh@kernel.org>
Mon, 10 Apr 2023 23:27:01 +0000
(18:27 -0500)
committer
Kalle Valo
<kvalo@kernel.org>
Fri, 14 Apr 2023 12:32:56 +0000
(15:32 +0300)
bcma/main.c uses of_dma_configure() which is declared in of_device.h.
of_device.h gets implicitly included by of_platform.h, but that is going
to be removed soon.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link:
https://lore.kernel.org/r/20230410232701.1561613-1-robh@kernel.org
drivers/bcma/main.c
patch
|
blob
|
history
diff --git
a/drivers/bcma/main.c
b/drivers/bcma/main.c
index 5e438f74ee4cdf3a33b8f831dea2e8df56e007a0..7061d3ee836a150e3ea4cbec34e355006a30ef99 100644
(file)
--- a/
drivers/bcma/main.c
+++ b/
drivers/bcma/main.c
@@
-14,6
+14,7
@@
#include <linux/slab.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
+#include <linux/of_device.h>
#include <linux/of_platform.h>
MODULE_DESCRIPTION("Broadcom's specific AMBA driver");