summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorMao Jinlong <jinlmao@codeaurora.org>2017-10-27 11:15:55 +0800
committerMao Jinlong <jinlmao@codeaurora.org>2018-12-27 18:22:40 +0530
commit5e0025e7664769fd15e6d968e10e800a88aabcfb (patch)
treee682e375e6a44f0b616eef1cb8280dc4551bfb14 /include/uapi
parent86bc01ea1bf42a60ef21bdba5ecdb5a50b6a7a25 (diff)
Revert "rtc: alarm: Add power-on alarm feature"
This reverts commit 2e1a4aefef66db901f9a906b79e30187f10dbecb. Power off alarm is not set via alarmtimer now. Remove the changes of power off alarm's previous design. Change-Id: I0f60bec0d94c93c4f2a89ae86a1b0a0d04aa9e48 Signed-off-by: Mao Jinlong <jinlmao@codeaurora.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/time.h b/include/uapi/linux/time.h
index 7fe799e867d4..e75e1b6ff27f 100644
--- a/include/uapi/linux/time.h
+++ b/include/uapi/linux/time.h
@@ -56,7 +56,6 @@ struct itimerval {
#define CLOCK_BOOTTIME_ALARM 9
#define CLOCK_SGI_CYCLE 10 /* Hardware specific */
#define CLOCK_TAI 11
-#define CLOCK_POWEROFF_ALARM 12
#define MAX_CLOCKS 16
#define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)