diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2014-04-28 20:43:14 +0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-04-30 23:46:54 +0400 |
commit | d40e567149c7ac250344d1537261c87b2c3e852c (patch) | |
tree | 83274d16f32c17896be811d0036784e933e99dd4 /drivers/block/drbd/drbd_req.h | |
parent | d7fe69c6a1940c3f9c5bed08634b6dd868612cdf (diff) | |
download | linux-d40e567149c7ac250344d1537261c87b2c3e852c.tar.xz |
drbd: Remove drbd_wrappers.h
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/block/drbd/drbd_req.h')
-rw-r--r-- | drivers/block/drbd/drbd_req.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_req.h b/drivers/block/drbd/drbd_req.h index c684c963538e..07cc8e8a6e2a 100644 --- a/drivers/block/drbd/drbd_req.h +++ b/drivers/block/drbd/drbd_req.h @@ -30,7 +30,6 @@ #include <linux/slab.h> #include <linux/drbd.h> #include "drbd_int.h" -#include "drbd_wrappers.h" /* The request callbacks will be called in irq context by the IDE drivers, and in Softirqs/Tasklets/BH context by the SCSI drivers, |