From: Ingo Molnar Date: Mon, 1 Mar 2010 14:43:52 +0000 (-0500) Subject: dell-laptop: Fix build error by making buffer_mutex static X-Git-Tag: v2.6.34-rc1~221^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d8f785dd1f021c1971df73e6437f000c0d9449;p=pandora-kernel.git dell-laptop: Fix build error by making buffer_mutex static The following build bug (x86, allyesconfig): arch/x86/oprofile/built-in.o:(.data+0x250): multiple definition of `buffer_mutex' Was triggered in -tip testing, caused by this upstream commit: 116ee77: dell-laptop: Use buffer with 32-bit physical address There's multiple buffer_mutex's in the kernel. Make this new one static. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed