-
由 Arnd Bergmann 提交于
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: NArnd Bergmann <arnd@arndb.de>
878040ef