diff options
author | NeilBrown <neilb@suse.de> | 2010-08-11 16:38:24 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-08-11 16:38:24 -0400 |
commit | d5302fe41ffb28d0a48be6a71becba36d3453ae0 (patch) | |
tree | 02414f0dc4ad18b6a6a096efb69046281248dd2b /include/linux/raid | |
parent | cc4589ebfae6f8dbb5cf880a0a67eedab3416492 (diff) |
Make lib/raid6/test build correctly.
Some bit-rot needs to be cleaned out.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'include/linux/raid')
-rw-r--r-- | include/linux/raid/pq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/raid/pq.h b/include/linux/raid/pq.h index 1cbbd2c11aa9..2b59cc824395 100644 --- a/include/linux/raid/pq.h +++ b/include/linux/raid/pq.h | |||
@@ -62,7 +62,9 @@ extern const char raid6_empty_zero_page[PAGE_SIZE]; | |||
62 | #define disable_kernel_altivec() | 62 | #define disable_kernel_altivec() |
63 | 63 | ||
64 | #define EXPORT_SYMBOL(sym) | 64 | #define EXPORT_SYMBOL(sym) |
65 | #define EXPORT_SYMBOL_GPL(sym) | ||
65 | #define MODULE_LICENSE(licence) | 66 | #define MODULE_LICENSE(licence) |
67 | #define MODULE_DESCRIPTION(desc) | ||
66 | #define subsys_initcall(x) | 68 | #define subsys_initcall(x) |
67 | #define module_exit(x) | 69 | #define module_exit(x) |
68 | #endif /* __KERNEL__ */ | 70 | #endif /* __KERNEL__ */ |