6601ebbf7b316b4898b85b7d28d6f8e809d99299
[openwrt.git] / target / linux / sunxi / patches-3.13 / 150-2-clk-sunxi-export-func.patch
1 From a8cfe8ebdb18e6724b6520e08602b8e72e762ab9 Mon Sep 17 00:00:00 2001
2 From: Hans de Goede <hdegoede@redhat.com>
3 Date: Sun, 15 Dec 2013 19:44:01 +0100
4 Subject: [PATCH] ARM: sunxi: clk: export clk_sunxi_mmc_phase_control
5
6 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
7 ---
8  include/linux/clk/sunxi.h | 22 ++++++++++++++++++++++
9  1 file changed, 22 insertions(+)
10  create mode 100644 include/linux/clk/sunxi.h
11
12 --- /dev/null
13 +++ b/include/linux/clk/sunxi.h
14 @@ -0,0 +1,22 @@
15 +/*
16 + * Copyright 2013 - Hans de Goede <hdegoede@redhat.com>
17 + *
18 + * This program is free software; you can redistribute it and/or modify
19 + * it under the terms of the GNU General Public License as published by
20 + * the Free Software Foundation; either version 2 of the License, or
21 + * (at your option) any later version.
22 + *
23 + * This program is distributed in the hope that it will be useful,
24 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
25 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26 + * GNU General Public License for more details.
27 + */
28 +
29 +#ifndef __LINUX_CLK_SUNXI_H_
30 +#define __LINUX_CLK_SUNXI_H_
31 +
32 +#include <linux/clk.h>
33 +
34 +void clk_sunxi_mmc_phase_control(struct clk_hw *hw, u8 sample, u8 output);
35 +
36 +#endif