blackfin: bf533-stamp: Remove bogus "||"
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 1 Jun 2013 21:27:00 +0000 (23:27 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 1 Jun 2013 22:17:06 +0000 (23:17 +0100)
commit9cda8ad55207afbab28d8e6eae9670044187a324
tree18d80d86afd89e7f44d7495116230e7a9e7230d4
parent15502e0ca0da651b48c7def2983e7bb464349b2a
blackfin: bf533-stamp: Remove bogus "||"

arch/blackfin/mach-bf533/boards/stamp.c:545:2: error: operator '||' has no right operand
arch/blackfin/mach-bf533/boards/stamp.c:662:3: error: 'bfin_snd_resources' undeclared here (not in a function)
arch/blackfin/mach-bf533/boards/stamp.c:662:3: error: negative width in bit-field '<anonymous>'
arch/blackfin/mach-bf533/boards/stamp.c:665:21: error: 'bfin_snd_data' undeclared here (not in a function)
make[4]: *** [arch/blackfin/mach-bf533/boards/stamp.o] Error 1

Introduced by commit 15502e0ca0da651b48c7def2983e7bb464349b2a ("blackfin:
Remove references to the bf5x_tdm driver"), which removed two config
options, but only one "||".

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
arch/blackfin/mach-bf533/boards/stamp.c
This page took 0.028347 seconds and 5 git commands to generate.