diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-17 15:40:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-27 15:58:27 -0400 |
commit | ac0a5042befbe4396b7650358ad35298512d683d (patch) | |
tree | ed0ce62c139f88153a4f7acd787e3c82d761298c /arch/blackfin/include | |
parent | d4348c678977c7093438bbbf2067c49396ae941b (diff) | |
download | op-kernel-dev-ac0a5042befbe4396b7650358ad35298512d683d.zip op-kernel-dev-ac0a5042befbe4396b7650358ad35298512d683d.tar.gz |
Blackfin: punt duplicate SPORT MMR defines
The common bfin_sport.h header now has unified definitions of these, so
stop polluting the global namespace.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include')
-rw-r--r-- | arch/blackfin/include/asm/bfin_sport.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/blackfin/include/asm/bfin_sport.h b/arch/blackfin/include/asm/bfin_sport.h index 9626cf7..d27600c2 100644 --- a/arch/blackfin/include/asm/bfin_sport.h +++ b/arch/blackfin/include/asm/bfin_sport.h @@ -115,12 +115,6 @@ struct sport_register { #endif -/* Workaround defBF*.h SPORT MMRs till they get cleansed */ -#undef DTYPE_NORM -#undef SLEN -#undef SP_WOFF -#undef SP_WSIZE - /* SPORT_TCR1 Masks */ #define TSPEN 0x0001 /* TX enable */ #define ITCLK 0x0002 /* Internal TX Clock Select */ |