From: Paul Bolle Date: Wed, 12 Oct 2011 20:51:22 +0000 (-0300) Subject: [media] media: tea5764: reconcile Kconfig symbol and macro X-Git-Tag: v3.2-rc1~63^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c4343e5909f956140229b0d960dc7a9c4fd4bdd;p=pandora-kernel.git [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 Acked-by: Randy Dunlap Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed