From: Arnd Bergmann Date: Wed, 25 Apr 2012 16:44:23 +0000 (+0000) Subject: ARM: bcmring: use proper MMIO accessors X-Git-Tag: omap-cleanup-local-headers-for-v3.7~47^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=878040ef831a12855af26a42cc25c817f4fb3f2d;p=pandora-kernel.git ARM: bcmring: use proper MMIO accessors A lot of code in bcmring just dereferences pointers to MMIO locations, which is not safe. This annotates the pointers correctly using __iomem and uses readl/write to access them. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed