提交 b536fd58 编写于 作者: C Christoph Hellwig 提交者: Thomas Gleixner

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: NChristoph Hellwig <hch@lst.de>
Cc: john.stultz@linaro.org
Link: http://lkml.kernel.org/r/1474555697-8206-1-git-send-email-hch@lst.deSigned-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 3aa60149
#ifndef _LINUX_TIMEKEEPING_H #ifndef _LINUX_TIMEKEEPING_H
#define _LINUX_TIMEKEEPING_H #define _LINUX_TIMEKEEPING_H
#include <asm-generic/errno-base.h> #include <linux/errno.h>
/* Included from linux/ktime.h */ /* Included from linux/ktime.h */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册