From: Paul Bolle Date: Thu, 15 May 2014 18:37:45 +0000 (+0200) Subject: ARM: OMAP: omap3stalker: remove two Kconfig macros X-Git-Tag: omap-for-v3.16/board-signed~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8c270a874e9586ca8c8f888e47a9e3b8878dca9;p=pandora-kernel.git ARM: OMAP: omap3stalker: remove two Kconfig macros Checks for CONFIG_OMAP2_VENC_OUT_TYPE_SVIDEO and CONFIG_OMAP2_VENC_OUT_TYPE_COMPOSITE were added in v2.6.35. But the related Kconfig symbols have never been added to the tree. Remove these checks. Initialize connector_type to OMAP_DSS_VENC_TYPE_COMPOSITE explicitly. That's what's happening currently: OMAP_DSS_VENC_TYPE_COMPOSITE equals zero and connector_type remains zero since both checks currently fail. Signed-off-by: Paul Bolle Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed