diff options
Diffstat (limited to 'drivers/block/xen-blkback/common.h')
-rw-r--r-- | drivers/block/xen-blkback/common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index 375d28851860..f620b5d3f77c 100644 --- a/drivers/block/xen-blkback/common.h +++ b/drivers/block/xen-blkback/common.h | |||
@@ -44,12 +44,6 @@ | |||
44 | #include <xen/interface/io/blkif.h> | 44 | #include <xen/interface/io/blkif.h> |
45 | #include <xen/interface/io/protocols.h> | 45 | #include <xen/interface/io/protocols.h> |
46 | 46 | ||
47 | #define DRV_PFX "xen-blkback:" | ||
48 | #define DPRINTK(fmt, args...) \ | ||
49 | pr_debug(DRV_PFX "(%s:%d) " fmt ".\n", \ | ||
50 | __func__, __LINE__, ##args) | ||
51 | |||
52 | |||
53 | /* | 47 | /* |
54 | * This is the maximum number of segments that would be allowed in indirect | 48 | * This is the maximum number of segments that would be allowed in indirect |
55 | * requests. This value will also be passed to the frontend. | 49 | * requests. This value will also be passed to the frontend. |