]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit527c315e63afb0f28ff395648aeebb070bfc713b
treea51c29925eda3b682d2602c80d9fd883f07b93c6
parent3327f06bad1abbadb6d2b878a241e6046b9a7d1d
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