diff options
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2009-09-15 23:12:37 +0200 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-04-15 00:26:06 +0200 |
commit | afd91d07ff72919071e37086c0664384b3875688 (patch) | |
tree | f52d11e55af6e672f9f3500085cfe7caf958cc38 /drivers | |
parent | xen/blkback: remove spurious debug output noise (diff) | |
download | linux-afd91d07ff72919071e37086c0664384b3875688.tar.xz linux-afd91d07ff72919071e37086c0664384b3875688.zip |
xen/blkback: little cleanups
Remove unused local prototype; group headers.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/xen/blkback/blkback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/blkback/blkback.c b/drivers/xen/blkback/blkback.c index 31458bd07252..e9e3de119a73 100644 --- a/drivers/xen/blkback/blkback.c +++ b/drivers/xen/blkback/blkback.c @@ -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 { |