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)
commit7eb87fd3f1f680a74992b37e28fc09c943cf6e08
treea51c29925eda3b682d2602c80d9fd883f07b93c6
parent578d36f5e160208821e8f51037ac1038e065ecaf
Blackfin: BF537: push down error masks to avoid namespace pollution

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>
arch/blackfin/mach-bf537/include/mach/bf537.h
arch/blackfin/mach-common/ints-priority.c