From: Wolfgang Grandegger Date: Wed, 23 Nov 2011 23:58:22 +0000 (+0000) Subject: can: sja1000_isa: convert to platform driver to support x86_64 systems X-Git-Tag: v3.3-rc1~182^2~411 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1839a6c6f1eb8c0e20dc87d57024a85707f1a2f8;p=pandora-kernel.git can: sja1000_isa: convert to platform driver to support x86_64 systems This driver is currently not supported on x86_64 systems because the "isa_driver" interface is used (CONFIG_ISA=y). To overcome this limitation, the driver is converted to a platform driver, similar to the serial 8250 driver. Signed-off-by: Wolfgang Grandegger Signed-off-by: David S. Miller --- Reading git-diff-tree failed