diff options
| author | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 17:14:04 +0900 |
|---|---|---|
| committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 17:14:04 +0900 |
| commit | 72521014037b71dc0ceedd42cbb85c0bd6c3a148 (patch) | |
| tree | 9486bbd70f569f43f19b81267b3d08ca96cea7df /include/linux | |
| parent | 8a1a3b1dbd8a7c65855c25bc2d114c28264285ca (diff) | |
| parent | f94859c215b6d977794108a1a9a101239e393c09 (diff) | |
Merge remote-tracking branch 'mike-turquette/clk-next-shmobile' into dt3-base
Diffstat (limited to 'include/linux')
| -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 |
