From: Jean Delvare Date: Sun, 1 May 2011 16:18:49 +0000 (+0200) Subject: i2c-i801: Move device ID definitions to driver X-Git-Tag: v2.6.39-rc6~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e5e2be44616c8400f9ec2f635b10f8e579217c;p=pandora-kernel.git i2c-i801: Move device ID definitions to driver Move the SMBus device ID definitions of recent devices from pci_ids.h to the i2c-i801.c driver file. They don't have to be shared, as they are clearly identified and only used in this driver. In the future, such IDs will go to i2c-i801 directly. This will make adding support for new devices much faster and easier, as it will avoid cross- subsystem patch sets and merge conflicts. Signed-off-by: Jean Delvare Cc: Seth Heasley Acked-by: Jesse Barnes --- Reading git-diff-tree failed