From: Stephen Boyd Date: Fri, 1 May 2015 19:36:24 +0000 (-0700) Subject: clk: sirf: Silence sparse warnings X-Git-Tag: omap-for-v4.3/legacy-v2-signed~79^2~18^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f53f551b11d112f6cdd6ab9ca320bfd890a9b021;p=pandora-kernel.git clk: sirf: Silence sparse warnings These are __iomem pointers. Mark them appropriately so we don't get sparse errors like drivers/clk/sirf/clk-common.c:60:16: warning: incorrect type in argument 1 (different address spaces) drivers/clk/sirf/clk-common.c:60:16: expected void const volatile [noderef] *addr drivers/clk/sirf/clk-common.c:60:16: got void * Cc: Barry Song Signed-off-by: Stephen Boyd --- Reading git-diff-tree failed