xen/blkback: little cleanups
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 15 Sep 2009 21:12:37 +0000 (14:12 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 14 Apr 2011 22:26:06 +0000 (18:26 -0400)
Remove unused local prototype; group headers.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
drivers/xen/blkback/blkback.c

index 31458bd07252644d132c453058b9c55bd1d8233c..e9e3de119a73eccf5ce67455678df2be6a791d6c 100644 (file)
@@ -40,6 +40,7 @@
 #include <linux/list.h>
 #include <linux/delay.h>
 #include <linux/freezer.h>
+
 #include <xen/balloon.h>
 #include <xen/events.h>
 #include <xen/page.h>
@@ -383,7 +384,6 @@ static void dispatch_rw_block_io(blkif_t *blkif,
                                 struct blkif_request *req,
                                 pending_req_t *pending_req)
 {
-       extern void ll_rw_block(int rw, int nr, struct buffer_head * bhs[]);
        struct gnttab_map_grant_ref map[BLKIF_MAX_SEGMENTS_PER_REQUEST];
        struct phys_req preq;
        struct {