diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-01-16 00:12:23 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-04 01:38:12 +0400 |
commit | ad075370ba0dd92fdb92989d1019bfc57ea42e1d (patch) | |
tree | 86ec93b0379939b54e8d46c196aab83040738593 /drivers/md/dm-bufio.c | |
parent | 98793265b429a3f0b3f1750e74d67cd4d740d162 (diff) | |
download | linux-ad075370ba0dd92fdb92989d1019bfc57ea42e1d.tar.xz |
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 <jj@chaosbits.net>
Acked-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/md/dm-bufio.c')
-rw-r--r-- | drivers/md/dm-bufio.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/dm-io.h> #include <linux/slab.h> #include <linux/vmalloc.h> -#include <linux/version.h> #include <linux/shrinker.h> #include <linux/module.h> |