samples: connector: from Documentation to samples directory
authorArnd Bergmann <arnd@arndb.de>
Mon, 25 Apr 2016 16:03:08 +0000 (18:03 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 28 Apr 2016 13:47:35 +0000 (07:47 -0600)
commit14fbff6b4e48a529c90e771598ac12bffd445ff4
treeebbd42b6baecbba583bf00410b6c75be09b96f4c
parent715cda787c47458c94b2d012e6e9ab0988409f22
samples: connector: from Documentation to samples directory

A small bug with the new autoksyms support showed that there are
two kernel modules in the Documentation directory that qualify
as samples, while all other samples are in the samples/ directory.

This patch was originally meant as a workaround for that bug, but
it has now been solved in a different way. However, I still think
it makes sense as a cleanup to consolidate all sample code in
one place.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
12 files changed:
Documentation/Makefile
Documentation/connector/.gitignore [deleted file]
Documentation/connector/Makefile [deleted file]
Documentation/connector/cn_test.c [deleted file]
Documentation/connector/connector.txt
Documentation/connector/ucon.c [deleted file]
samples/Kconfig
samples/Makefile
samples/connector/.gitignore [new file with mode: 0644]
samples/connector/Makefile [new file with mode: 0644]
samples/connector/cn_test.c [new file with mode: 0644]
samples/connector/ucon.c [new file with mode: 0644]