From: Wanpeng Li Date: Mon, 8 Jul 2013 23:00:12 +0000 (-0700) Subject: mm/writeback: remove wb_reason_name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6ce1bc86ae8b8f74095f2694732ccbab2f3849e5;p=linux.git mm/writeback: remove wb_reason_name wb_reason_name is not used any more - remove it. Signed-off-by: Wanpeng Li Reviewed-by: Tejun Heo Reviewed-by: Fengguang Wu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/writeback.h b/include/linux/writeback.h index e0efffafcd310..e1703ded543ae 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h @@ -51,7 +51,6 @@ enum wb_reason { WB_REASON_MAX, }; -extern const char *wb_reason_name[]; /* * A control structure which tells the writeback code what to do. These are