[media] lirc_parallel: build on smp and kill dead code
authorJarod Wilson <jarod@redhat.com>
Tue, 19 Oct 2010 15:54:05 +0000 (12:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 22 Oct 2010 22:05:36 +0000 (20:05 -0200)
commita36e83c94ca9bfae8dae8a7ab98f18931f70612d
tree69ba49781f80836060752139144c355e7d0aceaf
parentc1cbb7029e81894c056680d61c64741bd2ff246f
[media] lirc_parallel: build on smp and kill dead code

Talked to Christoph Bartelmus about this a bit, and he says this driver
actually *should* work okay on CONFIG_SMP, the check was a legacy one
from the very early days of SMP support before it had stabilized (yes,
this driver is that ancient).

Also remove some completely unused code, only noticed after building
this driver for the first time in an eternity (on an SMP host now, of
course).

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/lirc/Kconfig
drivers/staging/lirc/lirc_parallel.c