]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
OMAPDSS: fix sii9022 module file name
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 25 Sep 2014 16:45:54 +0000 (16:45 +0000)
committerDarren Etheridge <detheridge@ti.com>
Thu, 25 Sep 2014 16:00:05 +0000 (11:00 -0500)
commitfce4afd790ad913b193ba9a6117a2c3f60c4ecb8
treea0affbc819c8f048f21e0b6955ac3f3f59634b8a
parent7d89f363874d441769867f022943a2f5f2a8fc93
OMAPDSS: fix sii9022 module file name

At the moment the makefiles create encoder_sii9022_full.ko, which is
somewhat odd name for the module. It should be encoder-sii9022.ko, like
all the other modules.

This patch renames encoder-sii9022.c to encoder-sii9022-video.c so that
we can create encoder-sii9022.ko from the video and audio parts.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Darren Etheridge <detheridge@ti.com>
drivers/video/fbdev/omap2/displays-new/Makefile
drivers/video/fbdev/omap2/displays-new/encoder-sii9022-video.c [moved from drivers/video/fbdev/omap2/displays-new/encoder-sii9022.c with 100% similarity]