selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changes
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 5 Oct 2016 05:15:14 +0000 (16:15 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 6 Oct 2016 11:26:42 +0000 (22:26 +1100)
commit8321564a11bbeadffcc7d6335bcf3c07e5c397a3
tree0691674c2ecb83d0628400a5f3ce25514a799529
parentad654f25a12d1cbac890d33b7bcc87f625e9eb39
selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changes

The changes to make EXPORT_SYMBOL work in asm, specifically commit
9445aa1a3062 ("ppc: move exports to definitions"), in the kbuild tree,
breaks some of our selftests.

That is because we symlink the kernel code into the selftest, and shim
the required headers, and we are now missing asm/export.h

So create a minimal export.h to keep the tests building once powerpc and
the kbuild trees are merged.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/copyloops/asm/export.h [new file with mode: 0644]
tools/testing/selftests/powerpc/stringloops/asm/export.h [new file with mode: 0644]