staging: greybus: drop loopback test files
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Apr 2023 08:18:16 +0000 (10:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Apr 2023 15:50:09 +0000 (17:50 +0200)
commitffc5e1f3585e31c8f3572389a6418f5149db0fad
tree6e78cd95307b8d3401f7a8b1e1131b5c2b567ad6
parent41500f45356277f20dbca6e40b33f799f3d1e72a
staging: greybus: drop loopback test files

The greybus loopback test tool does not belong burried down in a
driver-specific directory.  If it is needed, it should be somewhere
else, like in the testing directory.  But as the loopback driver is
probably never going to be merged out of the staging directory, let's
just delete the test alltogether for now.  If it's needed in the future,
it can be brought back with a revert.

Also, having an Android.mk file in the kernel source tree breaks some
Android build systems when trying to build from a read-only source tree,
the report of which prompted this being a good reason to remove it as
well.

Cc: Johan Hovold <johan@kernel.org>
Cc: Jack Schofield <schofija@oregonstate.edu>
Cc: Vaibhav Nagare <vnagare@redhat.com>
Cc: greybus-dev@lists.linaro.org
Acked-by: Alex Elder <elder@linaro.org>
Link: https://lore.kernel.org/r/2023040613-huntsman-goldsmith-4a41@gregkh
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/tools/.gitignore [deleted file]
drivers/staging/greybus/tools/Android.mk [deleted file]
drivers/staging/greybus/tools/Makefile [deleted file]
drivers/staging/greybus/tools/README.loopback [deleted file]
drivers/staging/greybus/tools/lbtest [deleted file]
drivers/staging/greybus/tools/loopback_test.c [deleted file]