aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/block/xen-blkfront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index d771da816d95..f2fff5799ddf 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -137,7 +137,7 @@ static void blkif_restart_queue_callback(void *arg)
137 schedule_work(&info->work); 137 schedule_work(&info->work);
138} 138}
139 139
140int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg) 140static int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg)
141{ 141{
142 /* We don't have real geometry info, but let's at least return 142 /* We don't have real geometry info, but let's at least return
143 values consistent with the size of the device */ 143 values consistent with the size of the device */