|
@@ -137,7 +137,7 @@ static void blkif_restart_queue_callback(void *arg)
|
|
|
schedule_work(&info->work);
|
|
|
}
|
|
|
|
|
|
-int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg)
|
|
|
+static int blkif_getgeo(struct block_device *bd, struct hd_geometry *hg)
|
|
|
{
|
|
|
/* We don't have real geometry info, but let's at least return
|
|
|
values consistent with the size of the device */
|