From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 8 May 2017 21:19:47 -0600 Subject: [U-Boot] [PATCH 02/17] rk3036: Fix unused variable warning In-Reply-To: <1494296075-29477-2-git-send-email-trini@konsulko.com> References: <1494296075-29477-1-git-send-email-trini@konsulko.com> <1494296075-29477-2-git-send-email-trini@konsulko.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8 May 2017 at 20:14, Tom Rini wrote: > > The variable grf is only referenced if EARLY_DEBUG is defined so move the > declaration to be under the existing guard. > > Cc: Simon Glass > Signed-off-by: Tom Rini > --- > arch/arm/mach-rockchip/rk3036-board-spl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Sorry, I'm not sure how that crept in. Thanks for fixing it. Reviewed-by: Simon Glass