X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fi2c.h;h=3d49a305bf8881767669a0ac091fa36175e0ca70;hb=9ff5c59ce278c37bca22fbf98076d199bcaf9845;hp=1ead5195fde48096b3b2e923849d0cc56ece6388;hpb=fae91e72b79ba9a21f0ce7551a1fd7e8984c85a6;p=karo-tx-linux.git diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 1ead5195fde4..3d49a305bf88 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -230,11 +230,6 @@ struct i2c_adapter { struct device dev; /* the adapter device */ struct class_device class_dev; /* the class device */ -#ifdef CONFIG_PROC_FS - /* No need to set this when you initialize the adapter */ - int inode; -#endif /* def CONFIG_PROC_FS */ - int nr; struct list_head clients; struct list_head list; @@ -508,9 +503,6 @@ union i2c_smbus_data { #define I2C_FUNCS 0x0705 /* Get the adapter functionality */ #define I2C_RDWR 0x0707 /* Combined R/W transfer (one stop only)*/ #define I2C_PEC 0x0708 /* != 0 for SMBus PEC */ -#if 0 -#define I2C_ACK_TEST 0x0710 /* See if a slave is at a specific address */ -#endif #define I2C_SMBUS 0x0720 /* SMBus-level access */