ARM: socfpga: clk: Drop unused variables on Arria10
authorMarek Vasut <marex@denx.de>
Tue, 31 Jul 2018 15:33:42 +0000 (17:33 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 13 Aug 2018 20:35:42 +0000 (22:35 +0200)
commitf4c3e0dcf5be525b7db3c46f1dd111663181a03a
treee11a64e67e03cccf3d044a28f2717d53fc5accfb
parent49e508e962df731590c3785af0d94493864c61ff
ARM: socfpga: clk: Drop unused variables on Arria10

The variables removed in this patch are never used, they are only ever
assigned and then waste precious memory. Drop both the assignment and
the variables.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/mach-socfpga/clock_manager_arria10.c