Blackfin: BF537: push down error masks to avoid namespace pollution
authorMike Frysinger <vapier@gentoo.org>
Tue, 3 Nov 2009 09:29:50 +0000 (09:29 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Dec 2009 05:16:11 +0000 (00:16 -0500)
The error masks are only needed in the BF537 demux error code, so instead
of needing all the short peripheral defines in global space, push these
masks into the one file where they are actually needed.  This fixes a
bunch of define collisions with common code (can/serial/etc...).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Barry Song <barry.song@analog.com>

No differences found