From: Jesper Juhl Date: Sun, 15 Jan 2012 20:12:23 +0000 (+0100) Subject: dm-bufio.c: there's no need to include linux/version.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ad075370ba0dd92fdb92989d1019bfc57ea42e1d;p=linux-beck.git dm-bufio.c: there's no need to include linux/version.h As 'make versioncheck' points out, drivers/md/dm-bufio.c has no need to include linux/version.h, so this patch removes the unneeded include. Signed-off-by: Jesper Juhl Acked-by: Mikulas Patocka Signed-off-by: Jiri Kosina --- diff --git a/drivers/md/dm-bufio.c b/drivers/md/dm-bufio.c index 0a6806f80ab5..b6e58c7b6df5 100644 --- a/drivers/md/dm-bufio.c +++ b/drivers/md/dm-bufio.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include