can: sja1000_isa: convert to platform driver to support x86_64 systems
authorWolfgang Grandegger <wg@grandegger.com>
Wed, 23 Nov 2011 23:58:22 +0000 (23:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Nov 2011 23:35:51 +0000 (18:35 -0500)
commit1839a6c6f1eb8c0e20dc87d57024a85707f1a2f8
tree0c00692dd88faf21efe74716fe4781c7bb15df29
parente92036a6516d07f61d4c214970a35ff05b919c25
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 <wg@grandegger.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/sja1000/Kconfig
drivers/net/can/sja1000/sja1000_isa.c