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

Changed files
+2
drivers
i2c
busses
+2
drivers/i2c/busses/i2c-cpm.c
··· 39 39 #include <linux/i2c.h> 40 40 #include <linux/io.h> 41 41 #include <linux/dma-mapping.h> 42 + #include <linux/of_address.h> 42 43 #include <linux/of_device.h> 44 + #include <linux/of_irq.h> 43 45 #include <linux/of_platform.h> 44 46 #include <sysdev/fsl_soc.h> 45 47 #include <asm/cpm.h>