diff options
Diffstat (limited to 'arch/powerpc/sysdev/axonram.c')
-rw-r--r-- | arch/powerpc/sysdev/axonram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/axonram.c b/arch/powerpc/sysdev/axonram.c index a4779912a5ca..88f4ae787832 100644 --- a/arch/powerpc/sysdev/axonram.c +++ b/arch/powerpc/sysdev/axonram.c | |||
@@ -165,7 +165,7 @@ axon_ram_direct_access(struct block_device *device, sector_t sector, | |||
165 | return 0; | 165 | return 0; |
166 | } | 166 | } |
167 | 167 | ||
168 | static struct block_device_operations axon_ram_devops = { | 168 | static const struct block_device_operations axon_ram_devops = { |
169 | .owner = THIS_MODULE, | 169 | .owner = THIS_MODULE, |
170 | .direct_access = axon_ram_direct_access | 170 | .direct_access = axon_ram_direct_access |
171 | }; | 171 | }; |