From: Jean Delvare Date: Sat, 13 Oct 2007 21:56:29 +0000 (+0200) Subject: i2c: Kill struct i2c_device_id X-Git-Tag: v2.6.24-rc1~1358 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cee37ae4071740cb190d1ac4ddb7aa77484aa7b3;p=pandora-kernel.git i2c: Kill struct i2c_device_id I2C devices do not have any form of ID as PCI or USB devices have. No driver uses "MODULE_DEVICE_TABLE(i2c, ...)" because it doesn't make sense. So we can get rid of struct i2c_device_id and the associated support code. Signed-off-by: Jean Delvare Cc: Greg KH --- Reading git-diff-tree failed