Skip to content

Commit

Permalink
mm/memory-failure.c: remove useless "undef"s
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wang Xiaoqiang authored and Linus Torvalds committed Mar 15, 2016
1 parent 23a003b commit 0b94f17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mm/memory-failure.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,6 @@ static struct page_state {
#undef lru
#undef swapbacked
#undef head
#undef tail
#undef compound
#undef slab
#undef reserved

Expand Down

0 comments on commit 0b94f17

Please sign in to comment.