diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-04-02 12:06:59 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-05-04 22:32:45 +0200 |
commit | 43bf42ff4737d6f6e4fb328e61cdaa9044a22639 (patch) | |
tree | d90d7f0371791911724c4add7373702b0ed3457a /drivers/i2c/busses | |
parent | 03fbb903c8bf7e53e101e8d9a7b261264317c411 (diff) | |
download | linux-43bf42ff4737d6f6e4fb328e61cdaa9044a22639.tar.bz2 |
i2c: powermac: Prepare cleanup of powerpc's asm/prom.h
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>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/i2c-powermac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-powermac.c b/drivers/i2c/busses/i2c-powermac.c index 5241e6f414e9..2e74747eec9c 100644 --- 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>"); |