diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-07-12 12:10:04 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-01-14 10:45:27 +0100 |
commit | a7d19057e7160a566bad9b2ba070a391fb78df96 (patch) | |
tree | d5e7b762e7936a7ed704121624a0c15169d1462b /include/linux/clk | |
parent | 6c09bb851e572bf45a3418af5f57148a31e33f9b (diff) | |
download | blackbird-obmc-linux-a7d19057e7160a566bad9b2ba070a391fb78df96.tar.gz blackbird-obmc-linux-a7d19057e7160a566bad9b2ba070a391fb78df96.zip |
clk: sunxi: Remove custom phase function
Now that we don't have any user left for our custom phase function, we can
safely remove this hack from the code.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Tested-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'include/linux/clk')
-rw-r--r-- | include/linux/clk/sunxi.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/linux/clk/sunxi.h b/include/linux/clk/sunxi.h deleted file mode 100644 index aed28c4451d9..000000000000 --- a/include/linux/clk/sunxi.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright 2013 - Hans de Goede <hdegoede@redhat.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#ifndef __LINUX_CLK_SUNXI_H_ -#define __LINUX_CLK_SUNXI_H_ - -#include <linux/clk.h> - -void clk_sunxi_mmc_phase_control(struct clk *clk, u8 sample, u8 output); - -#endif |