From: Grant Coady Date: Fri, 6 May 2005 07:40:51 +0000 (+1000) Subject: [PATCH] I2C: remove from via686a X-Git-Tag: v2.6.13-rc4~130^2~160^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9826b3ee8faa468a26782e3bf37716a73d96730;p=pandora-kernel.git [PATCH] I2C: remove from via686a In my cross-reference checking of sysfs names, the via686a needs special case treatment as it the only driver expands S_IWUSR to 00200 with gcc -E. (00200 is the correct value for S_IWUSR). This is caused by the driver including , it compiles fine without that header but I am unable to test drive the change. Signed-off-by: Grant Coady Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed