Skip to content

Commit b536fd5

Browse files
Christoph HellwigKAGA-KOKO
authored andcommitted
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>
1 parent 3aa6014 commit b536fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/timekeeping.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _LINUX_TIMEKEEPING_H
22
#define _LINUX_TIMEKEEPING_H
33

4-
#include <asm-generic/errno-base.h>
4+
#include <linux/errno.h>
55

66
/* Included from linux/ktime.h */
77

0 commit comments

Comments
 (0)