]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/i2c.h
[TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!"
[karo-tx-linux.git] / include / linux / i2c.h
index be35332b67e64689f89094400d25fb0bce346b3a..3d49a305bf8881767669a0ac091fa36175e0ca70 100644 (file)
@@ -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;