From: Wanpeng Li Date: Mon, 8 Jul 2013 23:00:12 +0000 (-0700) Subject: mm/writeback: remove wb_reason_name X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6ce1bc86ae8b8f74095f2694732ccbab2f3849e5;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.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