]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools/testing/selftests/epoll/test_epoll.c: fix build
authorDaniel Hazelton <dshadowwolf@gmail.com>
Thu, 25 Oct 2012 01:13:56 +0000 (12:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 25 Oct 2012 01:13:56 +0000 (12:13 +1100)
commitfbb3b954aae3b913464cf8e1d9fcb5b10a6a4198
treed1bbeb731051cb536c58cf1f366027d8dfdb5412
parent9182dad825d5dcf95518d719b056a4c65a4bd803
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 <dshadowwolf@gmail.com>
Cc: "Paton J. Lewis" <palewis@adobe.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/epoll/test_epoll.c