From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757441AbcIVOsZ (ORCPT ); Thu, 22 Sep 2016 10:48:25 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:60265 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757094AbcIVOsY (ORCPT ); Thu, 22 Sep 2016 10:48:24 -0400 From: Christoph Hellwig To: tglx@linutronix.de, john.stultz@linaro.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] timekeeping.h: include the correct header for errno definitions Date: Thu, 22 Sep 2016 07:48:17 -0700 Message-Id: <1474555697-8206-1-git-send-email-hch@lst.de> X-Mailer: git-send-email 2.1.4 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org asm-generic headers are only defaults for architectures. We need to get the proper defintion, which goes through and . Signed-off-by: Christoph Hellwig --- 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 */ -- 2.1.4