]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/block/hd.c
Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev
[karo-tx-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,
 };