aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/timers/hpet.txt
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2016-09-16 17:20:42 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2016-09-23 11:51:58 -0600
commit155fe001c6cd840c1cef3a8c42a8f14296a47c57 (patch)
tree14d1f3f9ded611d9eca37894cc4879b90b30c9e4 /Documentation/timers/hpet.txt
parentsamples: move misc-devices/mei example code from Documentation (diff)
downloadwireguard-linux-155fe001c6cd840c1cef3a8c42a8f14296a47c57.tar.xz
wireguard-linux-155fe001c6cd840c1cef3a8c42a8f14296a47c57.zip
samples: move timers example code from Documentation
Move timers examples to samples and remove it from Documentation Makefile. Create a new Makefile to build timers. It can be built from top level directory or from timers directory: Run make -C samples/timers or cd samples/timers; make Acked-by: Jonathan Corbet <corbet@lwn.net> Acked-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'Documentation/timers/hpet.txt')
-rw-r--r--Documentation/timers/hpet.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/timers/hpet.txt b/Documentation/timers/hpet.txt
index a484d2c109d7..895345ec513b 100644
--- a/Documentation/timers/hpet.txt
+++ b/Documentation/timers/hpet.txt
@@ -25,4 +25,4 @@ arch/x86/kernel/hpet.c.
The driver provides a userspace API which resembles the API found in the
RTC driver framework. An example user space program is provided in
-file:Documentation/timers/hpet_example.c
+file:samples/timers/hpet_example.c