diff options
author | Mike Turquette <mturquette@linaro.org> | 2013-12-12 19:29:03 -0800 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-12-12 19:29:03 -0800 |
commit | 7535d8f9307072f71d13a0c7e235166310e2a020 (patch) | |
tree | cab71fde98ca428b7d89cbfe4e4bf550b98f48db /include | |
parent | cdf64eeeb0d762585e2126f3024458d199c2635d (diff) | |
parent | f94859c215b6d977794108a1a9a101239e393c09 (diff) |
Merge branch 'clk-next-shmobile' into clk-next
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clk/shmobile.h | 19 |
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 |