viafb: clean up virtual memory handling
[deliverable/linux.git] / drivers / block / hd.c
index f9d01608cbe2740d2bbc6e98045f6f1f1b34db22..d5cdce08ffd2765aa1f5b3cc83b399093bbf09e7 100644 (file)
@@ -692,7 +692,7 @@ static irqreturn_t hd_interrupt(int irq, void *dev_id)
        return IRQ_HANDLED;
 }
 
-static struct block_device_operations hd_fops = {
+static const struct block_device_operations hd_fops = {
        .getgeo =       hd_getgeo,
 };
 
This page took 0.024158 seconds and 5 git commands to generate.