CONFIG_I2C_XILINX doesn't complie

From: Jiri Kosina
Date: Tue Mar 09 2010 - 11:31:11 EST


Hi,

current Linus' tree (57d54889cd00) doesn't compile when CONFIG_I2C_XILINX
is enabled:

drivers/i2c/busses/i2c-xiic.c:39:28: error: linux/i2c-xiic.h: No such file or directory
drivers/i2c/busses/i2c-xiic.c: In function âxiic_i2c_probeâ:
drivers/i2c/busses/i2c-xiic.c:750: error: dereferencing pointer to incomplete type
drivers/i2c/busses/i2c-xiic.c:751: error: dereferencing pointer to incomplete type

Seems like the following commit

commit e1d5b6598cdc33257fe68302ae9db81d2f7bb883
Author: Richard RÃjfors <richard.rojfors@xxxxxxxxxxxxxx>
Date: Thu Feb 11 10:42:00 2010 +0100

i2c: Add support for Xilinx XPS IIC Bus Interface

forgot to add some header files.

--
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/