From 391e1d0a8ffb8a0fc2d89ce5262a49766859ef8b Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 16 Sep 2005 19:28:08 -0700 Subject: [PATCH] --- yaml --- r: 9036 b: refs/heads/master c: 8ac2120d90273c590cf7662f03d103519101685b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/i2c.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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;