Skip to content
Commit 878040ef authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 8a3fb860
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment