[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-b536fd587044af02183b3c02690431b93154f0fa@git.kernel.org>
Date: Thu, 22 Sep 2016 08:06:49 -0700
From: tip-bot for Christoph Hellwig <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, tglx@...utronix.de, linux-kernel@...r.kernel.org,
mingo@...nel.org, hch@....de
Subject: [tip:timers/core] timekeeping: Include the correct header for errno
definitions
Commit-ID: b536fd587044af02183b3c02690431b93154f0fa
Gitweb: http://git.kernel.org/tip/b536fd587044af02183b3c02690431b93154f0fa
Author: Christoph Hellwig <hch@....de>
AuthorDate: Thu, 22 Sep 2016 07:48:17 -0700
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Thu, 22 Sep 2016 17:02:55 +0200
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@....de>
Cc: john.stultz@...aro.org
Link: http://lkml.kernel.org/r/1474555697-8206-1-git-send-email-hch@lst.de
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
include/linux/timekeeping.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h
index 816b754..09168c5 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 */
Powered by blists - more mailing lists