Skip to content

Commit

Permalink
timekeeping: Include the correct header for errno definitions
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
  • Loading branch information
Christoph Hellwig authored and KAGA-KOKO committed Sep 22, 2016
1 parent 3aa6014 commit b536fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/timekeeping.h
Original file line number Diff line number Diff line change
@@ -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 */

Expand Down

0 comments on commit b536fd5

Please sign in to comment.