Skip to content

Commit 350bb4b

Browse files
committed
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c build fix from Wolfram Sang: "The build fix from my last request unveiled another build problem which is fixed with this patch" * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: cpm: Fix build by adding of_address.h and of_irq.h
2 parents 8125043 + 5f12c5e commit 350bb4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/i2c/busses/i2c-cpm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
#include <linux/i2c.h>
4040
#include <linux/io.h>
4141
#include <linux/dma-mapping.h>
42+
#include <linux/of_address.h>
4243
#include <linux/of_device.h>
44+
#include <linux/of_irq.h>
4345
#include <linux/of_platform.h>
4446
#include <sysdev/fsl_soc.h>
4547
#include <asm/cpm.h>

0 commit comments

Comments
 (0)