[media] media: tea5764: reconcile Kconfig symbol and macro
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 12 Oct 2011 20:51:22 +0000 (17:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 3 Nov 2011 20:33:54 +0000 (18:33 -0200)
commit8c4343e5909f956140229b0d960dc7a9c4fd4bdd
tree6c21ed2547580ff1492447554817a5df64d402cb
parent94f3f48f90f77e3bfcafce9b259086cfebcd166d
[media] media: tea5764: reconcile Kconfig symbol and macro

The Kconfig symbol RADIO_TEA5764_XTAL is unused. The code does use a
RADIO_TEA5764_XTAL macro, but does that rather peculiar. But there seems
to be a way to keep both. (The easiest way out would be to rip out both
the Kconfig symbol and the macro.)

Note there's also a module parameter 'use_xtal' to influence all this.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/radio-tea5764.c