diff options
Diffstat (limited to 'drivers/block/hd.c')
-rw-r--r-- | drivers/block/hd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/hd.c b/drivers/block/hd.c index f9d01608cbe2..d5cdce08ffd2 100644 --- a/drivers/block/hd.c +++ b/drivers/block/hd.c | |||
@@ -692,7 +692,7 @@ static irqreturn_t hd_interrupt(int irq, void *dev_id) | |||
692 | return IRQ_HANDLED; | 692 | return IRQ_HANDLED; |
693 | } | 693 | } |
694 | 694 | ||
695 | static struct block_device_operations hd_fops = { | 695 | static const struct block_device_operations hd_fops = { |
696 | .getgeo = hd_getgeo, | 696 | .getgeo = hd_getgeo, |
697 | }; | 697 | }; |
698 | 698 | ||