Skip to content

Commit 43bf42f

Browse files
chleroywsakernel
authored andcommitted
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>
1 parent 03fbb90 commit 43bf42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i2c/busses/i2c-powermac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <linux/device.h>
1616
#include <linux/platform_device.h>
1717
#include <linux/of_irq.h>
18-
#include <asm/prom.h>
18+
1919
#include <asm/pmac_low_i2c.h>
2020

2121
MODULE_AUTHOR("Benjamin Herrenschmidt <benh@kernel.crashing.org>");

0 commit comments

Comments
 (0)