Skip to content

Commit

Permalink
dm raid: tidy includes
Browse files Browse the repository at this point in the history
A dm target only needs to use include/linux dm headers.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
  • Loading branch information
Alasdair G Kergon committed Aug 2, 2011
1 parent 2ca4c92 commit 3e8dbb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/md/dm-raid.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@

#include "md.h"
#include "raid5.h"
#include "dm.h"
#include "bitmap.h"

#include <linux/device-mapper.h>

#define DM_MSG_PREFIX "raid"

/*
Expand Down

0 comments on commit 3e8dbb7

Please sign in to comment.