commit | b536fd587044af02183b3c02690431b93154f0fa | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Sep 22 07:48:17 2016 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Sep 22 17:02:55 2016 +0200 |
tree | 34de35c65031f5f3dd69b10593b9e083f4a68ae6 | |
parent | 3aa601492babdf3acdec89e5aa9c44e1a357a4d8 [diff] |
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>