From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 31 Jan 2016 20:26:44 +0100 Subject: [U-Boot] [PATCH v2 19/23] tegra: video: Move LCD enums into the driver In-Reply-To: <1454197082-1312-20-git-send-email-sjg@chromium.org> References: <1454197082-1312-1-git-send-email-sjg@chromium.org> <1454197082-1312-20-git-send-email-sjg@chromium.org> Message-ID: <20160131202644.1e154707@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 30 Jan 2016 16:37:58 -0700 Simon Glass sjg at chromium.org wrote: > There is no need to have these in a separate file as they are not > referenced from anywhere else. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/include/asm/arch-tegra20/display.h | 22 ---------------------- > drivers/video/tegra.c | 20 ++++++++++++++++++++ > 2 files changed, 20 insertions(+), 22 deletions(-) Acked-by: Anatolij Gustschin