projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03fbb90
)
i2c: powermac: Prepare cleanup of powerpc's asm/prom.h
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Sat, 2 Apr 2022 10:06:59 +0000
(12:06 +0200)
committer
Wolfram Sang
<wsa@kernel.org>
Wed, 4 May 2022 20:32:45 +0000
(22:32 +0200)
powerpc's asm/prom.h brings some headers that it doesn't
need itself.
In order to clean it up, first add missing headers in
users of asm/prom.h
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-powermac.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-powermac.c
b/drivers/i2c/busses/i2c-powermac.c
index
5241e6f
..
2e74747
100644
(file)
--- a/
drivers/i2c/busses/i2c-powermac.c
+++ b/
drivers/i2c/busses/i2c-powermac.c
@@
-15,7
+15,7
@@
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/of_irq.h>
-#include <asm/prom.h>
+
#include <asm/pmac_low_i2c.h>
MODULE_AUTHOR("Benjamin Herrenschmidt <benh@kernel.crashing.org>");