diff options
| author | Jason Cooper <jason@lakedaemon.net> | 2012-11-21 14:46:43 -0500 |
|---|---|---|
| committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-21 14:46:43 -0500 |
| commit | 53bce9c7c4e150716b4fecf61fad6b0a4f8a2afd (patch) | |
| tree | d8fdd2f1f9b7df6b6e3543af6435b7d11f5da45e /include | |
| parent | f4a75d2eb7b1e2206094b901be09adb31ba63681 (diff) | |
| parent | 1611f872513735ac7105535689c0dd668fbf1c04 (diff) | |
Merge tag 'marvell-mvebu-clk-3.8' of git://github.com/MISL-EBU-System-SW/mainline-public into mvebu/everything
Marvell MVEBU clk support, for 3.8
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/clk/mvebu.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/linux/clk/mvebu.h b/include/linux/clk/mvebu.h new file mode 100644 index 000000000000..8c4ae713b063 --- /dev/null +++ b/include/linux/clk/mvebu.h | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | /* | ||
| 2 | * This program is free software; you can redistribute it and/or modify | ||
| 3 | * it under the terms of the GNU General Public License as published by | ||
| 4 | * the Free Software Foundation; either version 2 of the License, or | ||
| 5 | * (at your option) any later version. | ||
| 6 | * | ||
| 7 | * This program is distributed in the hope that it will be useful, | ||
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 10 | * GNU General Public License for more details. | ||
| 11 | * | ||
| 12 | * You should have received a copy of the GNU General Public License | ||
| 13 | * along with this program; if not, write to the Free Software | ||
| 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 15 | */ | ||
| 16 | |||
| 17 | #ifndef __CLK_MVEBU_H_ | ||
| 18 | #define __CLK_MVEBU_H_ | ||
| 19 | |||
| 20 | void __init mvebu_clocks_init(void); | ||
| 21 | |||
| 22 | #endif | ||
