diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 14:10:26 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-02-09 08:42:03 +0100 |
commit | ee7294ba49bf8559b560b21629ed8153082c25cf (patch) | |
tree | 2e00d107b90a7987443c3f9d161e744190aebdf1 /include | |
parent | clk: remove sirf prima2/atlas drivers (diff) | |
download | linux-ee7294ba49bf8559b560b21629ed8153082c25cf.tar.xz linux-ee7294ba49bf8559b560b21629ed8153082c25cf.zip |
clk: remove u300 driver
The ST-Ericsson U300 platform is getting removed, so this driver is no
longer needed.
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210120131026.1721788-5-arnd@kernel.org
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/clk-u300.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/clk-u300.h b/include/linux/platform_data/clk-u300.h deleted file mode 100644 index 8429e73911a1..000000000000 --- a/include/linux/platform_data/clk-u300.h +++ /dev/null @@ -1 +0,0 @@ -void __init u300_clk_init(void __iomem *base); |