summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-11 08:36:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-11 09:53:08 +0100
commit90f70a9825919037729c20ab3c5e8b30d08fe9de (patch)
tree45c87a9b643159940bdf2bb89251a4a6e8c59a0a /drivers
parentb9658388d7ffdc7f453c03763e91dba98a81dbda (diff)
downloadbarebox-90f70a9825919037729c20ab3c5e8b30d08fe9de.tar.gz
barebox-90f70a9825919037729c20ab3c5e8b30d08fe9de.tar.xz
clk: Make CLK_IGNORE_UNUSED generic
barebox will never disable unused clocks, so add CLK_IGNORE_UNUSED as a no-op flag. With this we can keep the changes to the imported kernel code smaller. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/clk/rockchip/clk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk.h b/drivers/clk/rockchip/clk.h
index aa52638f70..d6798a9055 100644
--- a/drivers/clk/rockchip/clk.h
+++ b/drivers/clk/rockchip/clk.h
@@ -27,7 +27,6 @@
#include <linux/clk.h>
/* To keep changes from kernel smaller */
-#define CLK_IGNORE_UNUSED 0
#define CLK_GATE_SET_TO_DISABLE CLK_GATE_INVERTED
#define CLK_GET_RATE_NOCACHE 0