summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Turquette <mturquette@linaro.org>2013-12-12 19:29:03 -0800
committerMike Turquette <mturquette@linaro.org>2013-12-12 19:29:03 -0800
commit7535d8f9307072f71d13a0c7e235166310e2a020 (patch)
treecab71fde98ca428b7d89cbfe4e4bf550b98f48db /include
parentcdf64eeeb0d762585e2126f3024458d199c2635d (diff)
parentf94859c215b6d977794108a1a9a101239e393c09 (diff)
Merge branch 'clk-next-shmobile' into clk-next
Diffstat (limited to 'include')
-rw-r--r--include/linux/clk/shmobile.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/linux/clk/shmobile.h b/include/linux/clk/shmobile.h
new file mode 100644
index 000000000000..f9bf080a1123
--- /dev/null
+++ b/include/linux/clk/shmobile.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright 2013 Ideas On Board SPRL
+ *
+ * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.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.
+ */
+
+#ifndef __LINUX_CLK_SHMOBILE_H_
+#define __LINUX_CLK_SHMOBILE_H_
+
+#include <linux/types.h>
+
+void rcar_gen2_clocks_init(u32 mode);
+
+#endif