clk: Loongson1: Remove usage of CLK_IS_BASIC
authorStephen Boyd <sboyd@kernel.org>
Fri, 30 Nov 2018 20:59:38 +0000 (12:59 -0800)
committerStephen Boyd <sboyd@kernel.org>
Mon, 10 Dec 2018 22:44:08 +0000 (14:44 -0800)
commit0f51659a438eebd84b0b96cb910b67b141653b83
tree236a938176e142860dd363f9ff9df85a679ee2ac
parentf246affc0825cb7c1b4938802d33075afb0ca996
clk: Loongson1: Remove usage of CLK_IS_BASIC

This flag doesn't look to be used by any code, just set in the clk init
structure and then never tested again. Remove it from this driver as it
doesn't provide any benefit. Also remove parenthesis nearby that are not
needed and include clk.h to fix a sparse warning about static function
definition.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/loongson1/clk.c