X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fi2c.h;h=3d49a305bf8881767669a0ac091fa36175e0ca70;hb=9ff5c59ce278c37bca22fbf98076d199bcaf9845;hp=be35332b67e64689f89094400d25fb0bce346b3a;hpb=d344c5e0856ad03278d8700b503762dbc8b86e12;p=karo-tx-linux.git diff --git a/include/linux/i2c.h b/include/linux/i2c.h index be35332b67e6..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;