Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964939Ab3E1Ry5 (ORCPT ); Tue, 28 May 2013 13:54:57 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:7888 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964905Ab3E1Ry4 (ORCPT ); Tue, 28 May 2013 13:54:56 -0400 X-IronPort-AV: E=Sophos;i="4.87,759,1363132800"; d="scan'208";a="26477156" From: Stefano Stabellini To: CC: , , , , , , , Stefano Stabellini , , Subject: [PATCH v4 2/4] kernel: missing include in cputime.c Date: Tue, 28 May 2013 18:54:30 +0100 Message-ID: <1369763672-12919-2-git-send-email-stefano.stabellini@eu.citrix.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 27 Signed-off-by: Stefano Stabellini CC: mingo@redhat.com CC: peterz@infradead.org --- kernel/sched/cputime.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/sched/cputime.c b/kernel/sched/cputime.c index cc2dc3ee..a5d1a9b 100644 --- a/kernel/sched/cputime.c +++ b/kernel/sched/cputime.c @@ -5,6 +5,7 @@ #include #include #include "sched.h" +#include #ifdef CONFIG_IRQ_TIME_ACCOUNTING -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/