From: Dmitri Vorobiev Date: Sun, 22 Mar 2009 17:11:10 +0000 (+0200) Subject: tracing, Text Edit Lock: Fix one sparse warning in kernel/extable.c X-Git-Tag: v2.6.30-rc1~2^2~13^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f80d2d7725b04f8225b11b55e43bb2c77c819926;p=pandora-kernel.git tracing, Text Edit Lock: Fix one sparse warning in kernel/extable.c Impact: cleanup. The global mutex text_mutex if declared in linux/memory.h, so this file needs to be included into kernel/extable.c, where the same mutex is defined. This fixes the following sparse warning: kernel/extable.c:32:1: warning: symbol 'text_mutex' was not declared. Should it be static? Signed-off-by: Dmitri Vorobiev LKML-Reference: <1237741871-5827-3-git-send-email-dmitri.vorobiev@movial.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed