commit | d3622b5885dc424cfb5e27ff7a3c79d942b2acb4 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Mon Feb 22 12:36:15 2016 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Feb 26 16:01:32 2016 -0800 |
tree | 15e3ad06f0049462c9537b4dafb4409a82e8d9b0 | |
parent | 2cd82d06e4c62f927ede33e62f9f0507d64903c9 [diff] |
clk: h8300: Properly cast to __iomem pointer Sparse complains here because we dropped the __iomem annotation when casting the aligned address. Add __iomem back so that sparse stops complaining. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: <uclinux-h8-devel@lists.sourceforge.jp> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>