From patchwork Thu Jan 1 10:40:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Cochran X-Patchwork-Id: 424881 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 80455140081 for ; Thu, 1 Jan 2015 21:46:10 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751804AbbAAKpx (ORCPT ); Thu, 1 Jan 2015 05:45:53 -0500 Received: from mail-we0-f178.google.com ([74.125.82.178]:43452 "EHLO mail-we0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751761AbbAAKpv (ORCPT ); Thu, 1 Jan 2015 05:45:51 -0500 Received: by mail-we0-f178.google.com with SMTP id p10so3339089wes.9; Thu, 01 Jan 2015 02:45:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=2zZLFqMGepe6QtkjptWfiJRa/WJ1JQq/XJ/okSPbN08=; b=K5Z0Nr5NnBXMUUOqeew2aA5E+rX0B1L+JqLxnuMWeVZMBtKBEJcvmqBqe4yBfRDlZz KMNNmYMFqBEnoIiDv2psn6ulYpi7gKIm5LnK44jLsu4d45Sd6LGKv+J/cyhgG67TMAI+ EOUQUh3nkFVm9B2NCSJICvrYGji62mXvDuZSISCBKazn0VtXpY+AI4wb0RnB59yRHMxi BgPHB9QiYRitLuzQvh7MfQJdZrI1WKqgXLsehfgW7Zb5X+cMrSYH9oVR/m0CRF7Iuy+f KRcW5mGFB6LWN/PV4kLn6dhu4WC84qDGcJIXXBc2Ob7zHv1X39AKZ2AXUzdXNr9W3J/R KL5g== X-Received: by 10.194.190.197 with SMTP id gs5mr106787820wjc.95.1420108815161; Thu, 01 Jan 2015 02:40:15 -0800 (PST) Received: from hoboy.home (93-82-122-99.adsl.highway.telekom.at. [93.82.122.99]) by mx.google.com with ESMTPSA id be2sm59082163wjb.38.2015.01.01.02.40.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Jan 2015 02:40:14 -0800 (PST) From: Richard Cochran To: Cc: , David Miller , Jeff Kirsher , John Stultz , Thomas Gleixner Subject: [PATCH net-next 7/7] microblaze: include the new timecounter header. Date: Thu, 1 Jan 2015 11:40:01 +0100 Message-Id: <9fbb44aff6275706b344b7873a002abaa4a71376.1420108214.git.richardcochran@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <20141231.183347.862533634176009078.davem@davemloft.net> References: <20141231.183347.862533634176009078.davem@davemloft.net> In-Reply-To: References: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The timecounter/cyclecounter code has moved, so users need the new include. Signed-off-by: Richard Cochran --- arch/microblaze/kernel/timer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c index dd96f0e..c897745 100644 --- a/arch/microblaze/kernel/timer.c +++ b/arch/microblaze/kernel/timer.c @@ -17,6 +17,7 @@ #include #include #include +#include #include static void __iomem *timer_baseaddr;