diff options
author | Wang Xiaoqiang <wangxq10@lzu.edu.cn> | 2016-03-15 14:56:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-15 16:55:16 -0700 |
commit | 0b94f17507dc3a92f091812e5bff890c8845d1a3 (patch) | |
tree | 8a19bfe70efa8236e58134124a51cdf2aff60cf6 /mm/memory-failure.c | |
parent | 23a003bfd23ea9ea0b7756b920e51f64b284b468 (diff) | |
download | linux-0b94f17507dc3a92f091812e5bff890c8845d1a3.tar.bz2 |
mm/memory-failure.c: remove useless "undef"s
Remove the useless #undef, since the corresponding #define has already
been removed.
Signed-off-by: Wang Xiaoqiang <wangxq10@lzu.edu.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memory-failure.c')
-rw-r--r-- | mm/memory-failure.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c index ac595e7a3a95..67c30eb993f0 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@ -826,8 +826,6 @@ static struct page_state { #undef lru #undef swapbacked #undef head -#undef tail -#undef compound #undef slab #undef reserved |