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)
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>

No differences found