diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-01-26 15:00:56 -0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-26 18:30:01 +0100 |
commit | 157f9c00e88529ed84bd7d581a40d411e5414cf0 (patch) | |
tree | 7d7360cd76c5339c831e0e5ffd3cce5a659a9614 /fs/partitions/check.c | |
parent | c71a896154119f4ca9e89d6078f5f63ad60ef199 (diff) | |
download | linux-157f9c00e88529ed84bd7d581a40d411e5414cf0.tar.bz2 |
tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patch
Also make sure sparse (make C=2 block/blktrace.o) is happy too.
Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'fs/partitions/check.c')
-rw-r--r-- | fs/partitions/check.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/partitions/check.c b/fs/partitions/check.c index 01714efdc65a..8a17f7edcc74 100644 --- a/fs/partitions/check.c +++ b/fs/partitions/check.c @@ -19,6 +19,7 @@ #include <linux/kmod.h> #include <linux/ctype.h> #include <linux/genhd.h> +#include <linux/blktrace_api.h> #include "check.h" @@ -268,10 +269,6 @@ ssize_t part_fail_store(struct device *dev, } #endif -#ifdef CONFIG_BLK_DEV_IO_TRACE -extern struct attribute_group blk_trace_attr_group; -#endif - static DEVICE_ATTR(partition, S_IRUGO, part_partition_show, NULL); static DEVICE_ATTR(start, S_IRUGO, part_start_show, NULL); static DEVICE_ATTR(size, S_IRUGO, part_size_show, NULL); |