From: Daniel Hazelton Date: Thu, 25 Oct 2012 20:37:59 +0000 (-0700) Subject: tools/testing/selftests/epoll/test_epoll.c: fix build X-Git-Tag: v3.7-rc3~24^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc314d0a4a933603f521de343634910a4ed9b37b;p=pandora-kernel.git tools/testing/selftests/epoll/test_epoll.c: fix build Latest Linus head run of "make selftests" in the tools directory failed with references to undefined variables. Reference was to 'write_thread_data' which is the name of a struct that is being used, not the variable itself. Change reference so it points to the variable. Signed-off-by: Daniel Hazelton Cc: "Paton J. Lewis" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed