From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 31 Aug 2015 00:00:16 +0200 Subject: [U-Boot] [PATCH] video: discard empty video_set_lut implementation In-Reply-To: <1437829175-15950-1-git-send-email-Peng.Fan@freescale.com> References: <1437829175-15950-1-git-send-email-Peng.Fan@freescale.com> Message-ID: <20150831000016.78adaf30@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Sat, 25 Jul 2015 20:59:35 +0800 Peng Fan wrote: > Discard the empty video_set_lut function from platform video > drivers. > > This commit "69d275458893eaec35229b589092c2a6bde5440f" introduces > a weak function video_set_lut, so we do not need an strong function > in platform drivers, which does nothing. > > Signed-off-by: Peng Fan > --- > drivers/video/da8xx-fb.c | 10 ---------- > drivers/video/mx3fb.c | 9 --------- > drivers/video/mxc_ipuv3_fb.c | 9 --------- > 3 files changed, 28 deletions(-) applied, thanks! Anatolij