aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeping.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-09-22 07:48:17 -0700
committerThomas Gleixner <tglx@linutronix.de>2016-09-22 17:02:55 +0200
commitb536fd587044af02183b3c02690431b93154f0fa (patch)
tree34de35c65031f5f3dd69b10593b9e083f4a68ae6 /include/linux/timekeeping.h
parentclocksource/drivers/ti-32k: Prevent ftrace recursion (diff)
downloadlinux-dev-b536fd587044af02183b3c02690431b93154f0fa.tar.xz
linux-dev-b536fd587044af02183b3c02690431b93154f0fa.zip
timekeeping: Include the correct header for errno definitions
asm-generic headers are only defaults for architectures. We need to get the proper defintion, which goes through <linux/errno.h> and <asm/errno.h>. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: john.stultz@linaro.org Link: http://lkml.kernel.org/r/1474555697-8206-1-git-send-email-hch@lst.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/timekeeping.h')
-rw-r--r--include/linux/timekeeping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h
index 816b7543f81b..09168c52ab64 100644
--- a/include/linux/timekeeping.h
+++ b/include/linux/timekeeping.h
@@ -1,7 +1,7 @@
#ifndef _LINUX_TIMEKEEPING_H
#define _LINUX_TIMEKEEPING_H
-#include <asm-generic/errno-base.h>
+#include <linux/errno.h>
/* Included from linux/ktime.h */