From: Wanpeng Li Date: Mon, 8 Jul 2013 23:00:12 +0000 (-0700) Subject: mm/writeback: remove wb_reason_name X-Git-Tag: firefly_0821_release~176^2~5754^2~83 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ce1bc86ae8b8f74095f2694732ccbab2f3849e5;p=firefly-linux-kernel-4.4.55.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 e0efffafcd31..e1703ded543a 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