From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934730AbcIVPHJ (ORCPT ); Thu, 22 Sep 2016 11:07:09 -0400 Received: from terminus.zytor.com ([198.137.202.10]:59312 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933098AbcIVPHH (ORCPT ); Thu, 22 Sep 2016 11:07:07 -0400 Date: Thu, 22 Sep 2016 08:06:49 -0700 From: tip-bot for Christoph Hellwig Message-ID: Cc: hpa@zytor.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org, hch@lst.de Reply-To: mingo@kernel.org, hch@lst.de, linux-kernel@vger.kernel.org, tglx@linutronix.de, hpa@zytor.com In-Reply-To: <1474555697-8206-1-git-send-email-hch@lst.de> References: <1474555697-8206-1-git-send-email-hch@lst.de> To: linux-tip-commits@vger.kernel.org Subject: [tip:timers/core] timekeeping: Include the correct header for errno definitions Git-Commit-ID: b536fd587044af02183b3c02690431b93154f0fa X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: b536fd587044af02183b3c02690431b93154f0fa Gitweb: http://git.kernel.org/tip/b536fd587044af02183b3c02690431b93154f0fa Author: Christoph Hellwig AuthorDate: Thu, 22 Sep 2016 07:48:17 -0700 Committer: Thomas Gleixner CommitDate: Thu, 22 Sep 2016 17:02:55 +0200 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 --- include/linux/timekeeping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */