From: Steven Rostedt Date: Wed, 22 Sep 2010 21:37:43 +0000 (-0400) Subject: jump label: Remove duplicate structure for x86 X-Git-Tag: v2.6.37-rc1~214^2~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95fccd465eefb3d6bf80dae0496607b534d38313;p=pandora-kernel.git jump label: Remove duplicate structure for x86 The structure in the x86 jump label code uses the typedef jump_label_t, which is defined by the #ifdef arch type. The structure does not need to be duplicated there. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed