[i2c] [PATCH] fix s3c24xx i2c driver compilation
Jean Delvare
khali at linux-fr.org
Tue Aug 14 17:28:31 CEST 2007
Hi Ben,
On Tue, 14 Aug 2007 11:48:52 +0100, Ben Dooks wrote:
> Fixup the include files after the arch moves that
> where included in 2.6.23.
>
> Signed-off-by: Ben Dooks <ben-linux at fluff.org>
>
> diff -urpN -X linux-2.6.22-git16-moves1/Documentation/dontdiff linux-2.6.22-git16-moves1/drivers/i2c/busses/i2c-s3c2410.c linux-2.6.22-git16-moves1-fixups-split-moves2-fixup/drivers/i2c/busses/i2c-s3c2410.c
> --- linux-2.6.22-git16-moves1/drivers/i2c/busses/i2c-s3c2410.c 2007-07-09 23:36:21.000000000 +0100
> +++ linux-2.6.22-git16-moves1-fixups-split-moves2-fixup/drivers/i2c/busses/i2c-s3c2410.c 2007-07-22 13:49:00.000000000 +0100
> @@ -39,8 +39,8 @@
> #include <asm/io.h>
>
> #include <asm/arch/regs-gpio.h>
> -#include <asm/arch/regs-iic.h>
> -#include <asm/arch/iic.h>
> +#include <asm/plat-s3c/regs-iic.h>
> +#include <asm/plat-s3c/iic.h>
>
> /* i2c controller state */
Applied, thanks. Will push to Linus with the other 2.6.23 bugfixes
later today (I hope.)
--
Jean Delvare
More information about the i2c
mailing list