This backports: commit 14674e70119ea01549ce593d8901a797f8a90f74 Author: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Date: Wed May 30 10:55:34 2012 +0200 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING Signed-off-by: Ozan Çağlayan <ozancag@xxxxxxxxx> --- include/linux/compat-3.5.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/linux/compat-3.5.h b/include/linux/compat-3.5.h index 7855ac9..6bb450d 100644 --- a/include/linux/compat-3.5.h +++ b/include/linux/compat-3.5.h @@ -113,6 +113,17 @@ static inline int compat_vga_switcheroo_register_client(struct pci_dev *dev, #endif +/* This backports + * + * commit 14674e70119ea01549ce593d8901a797f8a90f74 + * Author: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> + * Date: Wed May 30 10:55:34 2012 +0200 + * + * i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING + */ + +#define I2C_FUNC_NOSTART 0x00000010 /* I2C_M_NOSTART */ + /* * This backports: * -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html