Commit ad075370 authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina

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: default avatarJesper Juhl <jj@chaosbits.net>
Acked-by: default avatarMikulas Patocka <mpatocka@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 98793265
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment