From: Christoph Hellwig Date: Thu, 22 Sep 2016 14:48:17 +0000 (-0700) Subject: timekeeping: Include the correct header for errno definitions X-Git-Tag: v4.9.8~1266^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b536fd587044af02183b3c02690431b93154f0fa;p=platform%2Fkernel%2Flinux-rpi3.git 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 and . Signed-off-by: Christoph Hellwig 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 --- 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 +#include /* Included from linux/ktime.h */