commit | 1839a6c6f1eb8c0e20dc87d57024a85707f1a2f8 | [log] [tgz] |
---|---|---|
author | Wolfgang Grandegger <wg@grandegger.com> | Wed Nov 23 23:58:22 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 29 18:35:51 2011 -0500 |
tree | 0c00692dd88faf21efe74716fe4781c7bb15df29 | |
parent | e92036a6516d07f61d4c214970a35ff05b919c25 [diff] |
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>