diff --git a/[refs] b/[refs] index e503cc5569e2..56968b6d9561 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 393ad299658d8464149820363ee09bdf3fd45566 +refs/heads/master: 8ac2120d90273c590cf7662f03d103519101685b diff --git a/trunk/include/linux/i2c.h b/trunk/include/linux/i2c.h index be35332b67e6..3d49a305bf88 100644 --- a/trunk/include/linux/i2c.h +++ b/trunk/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;