block: Change the type of the last .rw_page() argument
[linux-2.6-microblaze.git] / drivers / nvdimm / btt.c
index 5e622c0..dfbf731 100644 (file)
@@ -1483,7 +1483,7 @@ static void btt_submit_bio(struct bio *bio)
 }
 
 static int btt_rw_page(struct block_device *bdev, sector_t sector,
-               struct page *page, unsigned int op)
+               struct page *page, enum req_op op)
 {
        struct btt *btt = bdev->bd_disk->private_data;
        int rc;