build pkgconfig for both host and target
[buildroot.git] / toolchain / kernel-headers / linux-libc-headers-2.6.12.0-i2c_msg.patch
blob2c1eac3f8b53672432b6cd049fb99cc74fa2f181
1 diff -urpN linux-libc-headers-2.6.12.0/include/linux/i2c-dev.h linux-libc-headers-2.6.12.0-patched/include/linux/i2c-dev.h
2 --- linux-libc-headers-2.6.12.0/include/linux/i2c-dev.h 2005-07-06 02:17:21.000000000 +0200
3 +++ linux-libc-headers-2.6.12.0-patched/include/linux/i2c-dev.h 2006-04-26 13:10:56.000000000 +0200
4 @@ -44,8 +44,6 @@ struct i2c_msg {
5 #define I2C_M_NO_RD_ACK 0x0800
6 short len; /* msg length */
7 char *buf; /* pointer to msg data */
8 - int err;
9 - short done;
12 /* To determine what functionality is present */