From db16717f92119718778b57d8548df8f4a4f1956c Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sat, 13 Aug 2005 13:04:32 +0200 Subject: [PATCH] --- yaml --- r: 7191 b: refs/heads/master c: 020789e9cb688ac8b15a9950d25fe45492b23398 h: refs/heads/master i: 7189: 1e46a95c29bb05271942fa7b2be2c40111117585 7187: be152ee1c462261b25e6c434f3b82c292861fd5d 7183: 63394e92f00240672356ebc69f184df8ad45a377 v: v3 --- [refs] | 2 +- trunk/include/linux/i2c.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c8db4ba5d9c1..d8f6b977dda3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c2459cf257106cea5adbc83f084b76d0030eb700 +refs/heads/master: 020789e9cb688ac8b15a9950d25fe45492b23398 diff --git a/trunk/include/linux/i2c.h b/trunk/include/linux/i2c.h index af4983b488b6..233c153b12b1 100644 --- a/trunk/include/linux/i2c.h +++ b/trunk/include/linux/i2c.h @@ -219,8 +219,7 @@ struct i2c_algorithm { */ struct i2c_adapter { struct module *owner; - unsigned int id;/* == is algo->id | hwdep.struct->id, */ - /* for registered values see below */ + unsigned int id; unsigned int class; struct i2c_algorithm *algo;/* the algorithm to access the bus */ void *algo_data;