Commit 9aa8848a authored by Helge Deller's avatar Helge Deller

parisc: Use __ro_after_init in drivers.c

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 271c29a1
......@@ -41,7 +41,7 @@
#include <asm/ropes.h>
/* See comments in include/asm-parisc/pci.h */
const struct dma_map_ops *hppa_dma_ops __read_mostly;
const struct dma_map_ops *hppa_dma_ops __ro_after_init;
EXPORT_SYMBOL(hppa_dma_ops);
static struct device root = {
......
Markdown is supported
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