From patchwork Wed Feb 12 15:55:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 3638661 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D72AABF13A for ; Wed, 12 Feb 2014 15:57:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 07E7D20165 for ; Wed, 12 Feb 2014 15:57:22 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1668F2012B for ; Wed, 12 Feb 2014 15:57:21 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WDcBG-0007Xv-6m; Wed, 12 Feb 2014 15:56:58 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WDcBB-0007EU-Lh; Wed, 12 Feb 2014 15:56:53 +0000 Received: from mail-ee0-f45.google.com ([74.125.83.45]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WDcB0-0007AK-2y for linux-arm-kernel@lists.infradead.org; Wed, 12 Feb 2014 15:56:43 +0000 Received: by mail-ee0-f45.google.com with SMTP id b15so4359051eek.18 for ; Wed, 12 Feb 2014 07:56:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:in-reply-to:references:content-type; bh=8Glw46ovGXKXMW/tgasSNcTj71X7qDhPdSFG0C6z2bw=; b=Mk6qvw0hUgYwvtPtNg3RIdpZ/4fjWJWFe9nBNPt8NoTXir44vjQNGsaTtkV2v+dkSf B99kJjk/frYSFaYZ5Li/G8mThPCloAhzTCwcv4aX5VGl/TjSRlMFQ7YXH78p/tUX9iI1 ZHe+Nn0Ph/QqmuXMRyUsQclGywOPkr2XqOZd08kHDCckQY15aebrlYlM7+UIx70rEHr+ U6cna43+I8KPvXeigrbYcpNN5Ys6T9ts1H0NFNbUS/KoWAqh8lbTt9cm8W9rba2wAZqX IgW7QZTCAXN/MVuEqHrS2T6Z+5fOCaPmCHcn6jjv+R2jFZvki0nBpYFgUqjYnGrBFUft dbeA== X-Gm-Message-State: ALoCoQm9XxlAUgrMTCER1FGXR51pp/bwvQT4pKepNyXhSiqsq1qKYITXA9AA1H4g8B+KT//34RAx X-Received: by 10.14.87.129 with SMTP id y1mr4982812eee.38.1392220577115; Wed, 12 Feb 2014 07:56:17 -0800 (PST) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id q44sm47112327eez.1.2014.02.12.07.56.15 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Wed, 12 Feb 2014 07:56:16 -0800 (PST) From: Michal Simek To: netdev@vger.kernel.org Subject: [PATCH 01/14] net: axienet: Fix compilation error Date: Wed, 12 Feb 2014 16:55:35 +0100 Message-Id: <72b520a1071aa2399f723ceb080c50edd1acae0f.1392220536.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.3 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140212_105642_324588_006165D3 X-CRM114-Status: GOOD ( 13.61 ) X-Spam-Score: -1.9 (-) Cc: Michal Simek , linux-kernel@vger.kernel.org, Srikanth Thokala , Anirudha Sarangi , John Linn , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add missing header to fix compilation error. drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1575:22: error: undefined identifier 'irq_of_parse_and_map' drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1576:22: error: undefined identifier 'irq_of_parse_and_map' Signed-off-by: Michal Simek --- drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 1 + 1 file changed, 1 insertion(+) -- 1.8.2.3 diff --git a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c index 1ec65fe..9fb8ab2 100644 --- a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c +++ b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include