can: sja1000: use common prefix for all sja1000 defines
authorOliver Hartkopp <socketcan@hartkopp.net>
Sat, 13 Apr 2013 19:35:49 +0000 (21:35 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 16 Apr 2013 10:39:14 +0000 (12:39 +0200)
This is a follow up patch to:

    f901b6b can: sja1000: fix define conflict on SH

That patch fixed a define conflict between the SH architecture and the sja1000
driver, by addind a prefix to one macro only. This patch consistently renames
the prefix of the SJA1000 controller registers from "REG_" to "SJA1000_".

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

No differences found