OSDN Git Service

clk: h8300: Properly cast to __iomem pointer
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 22 Feb 2016 20:36:15 +0000 (12:36 -0800)
committerStephen Boyd <sboyd@codeaurora.org>
Sat, 27 Feb 2016 00:01:32 +0000 (16:01 -0800)
commitd3622b5885dc424cfb5e27ff7a3c79d942b2acb4
tree15e3ad06f0049462c9537b4dafb4409a82e8d9b0
parent2cd82d06e4c62f927ede33e62f9f0507d64903c9
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>
drivers/clk/h8300/clk-div.c