From: Tom Warren Date: Wed, 8 Jul 2015 15:05:35 +0000 (-0700) Subject: Tegra210: Fix 64-bit build warning about save_boot_params_ret() X-Git-Tag: v2015.10-rc1~6^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=659a07555dcb50be5464513cb109dd1755f052ec;p=u-boot Tegra210: Fix 64-bit build warning about save_boot_params_ret() Simon's 'tegra124: Implement spl_was_boot_source()' needs a prototype for save_boot_params_ret() to build cleanly for 64-bit Tegra210. Signed-off-by: Tom Warren --- diff --git a/arch/arm/mach-tegra/board.c b/arch/arm/mach-tegra/board.c index f11304149e..036bf5e1e4 100644 --- a/arch/arm/mach-tegra/board.c +++ b/arch/arm/mach-tegra/board.c @@ -18,6 +18,8 @@ #include #include +void save_boot_params_ret(void); + DECLARE_GLOBAL_DATA_PTR; enum {