OSDN Git Service

omapdss: remove CONFIG_OMAP2_DSS_VENC from omapdss.h
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 Dec 2015 17:23:44 +0000 (19:23 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 29 Dec 2015 09:07:46 +0000 (11:07 +0200)
commitfc6caa0b5b9b234fc9efff4342956d5d06112137
tree4b3bdcac113bf0f8c051f439f5d8b053e84caeba
parentf76ee892a99e68b55402b8d4b8aeffcae2aff34d
omapdss: remove CONFIG_OMAP2_DSS_VENC from omapdss.h

We are about to make a private copy of omapdss for omapfb and for
omapdrm. The omapdss.h file will still be shared for the time being. The
copy will need to change the config symbols, and we happen to have one
use of these config symbols in omapdss.h which needs to be removed.

Luckily we can just delete the use of CONFIG_OMAP2_DSS_VENC from
omapdss, as it's used only to hide extern declarations, and there's no
harm to have those declarations even if CONFIG_OMAP2_DSS_VENC is not
set.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Dave Airlie <airlied@gmail.com>
Acked-by: Rob Clark <robdclark@gmail.com>
include/video/omapdss.h