From patchwork Mon Oct 7 21:44:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 2999411 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 755E19F1E1 for ; Mon, 7 Oct 2013 21:45:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4A815201F9 for ; Mon, 7 Oct 2013 21:45:18 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3DDDD201EF for ; Mon, 7 Oct 2013 21:45:17 +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 1VTIbv-0001Se-F4; Mon, 07 Oct 2013 21:45:03 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTIbs-00023h-OW; Mon, 07 Oct 2013 21:45:00 +0000 Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTIbp-00022T-VB for linux-arm-kernel@lists.infradead.org; Mon, 07 Oct 2013 21:44:58 +0000 Received: by mail-ie0-f172.google.com with SMTP id x13so17397054ief.31 for ; Mon, 07 Oct 2013 14:44:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=Ok/2ZlluXe4FiP61UjLiftEZJIM5vuMyvl8A2EKY1Xk=; b=IbwYYzg3UZOAnKViWh39d3M0IbVuFKVVGjtyxMpFVA5t9liIHBRSyQFxiIvS57mCnL cWJDwqKJ+ZdloVecPzXi/N8bTO6RG67bz2OUpbWPVcsDXBiUcL3GXBccductPcosjADd sA60OLdoJVocd3qZysPmsbiGK3l6tPugLzFhAcrRbmmzOsW8ZJKApBrDMwzcfXT4YhaH 8z0hnc72hvAMHg4S+TY9lNfJgacFzwEYCggGmz7t09Yc640ZooZMgsBJOVwkR/XBxFFe PX94ljzZzc7ZwRK+BgohHLDlrGyPtNfMlrQpLbQm9LLIOeRyaJxEQLoOaaGlfAztZDRD Paaw== X-Received: by 10.50.126.2 with SMTP id mu2mr18718239igb.57.1381182276764; Mon, 07 Oct 2013 14:44:36 -0700 (PDT) Received: from rob-laptop.calxeda.com ([173.226.190.126]) by mx.google.com with ESMTPSA id f5sm711896igc.4.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Oct 2013 14:44:36 -0700 (PDT) From: Rob Herring To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm64: add asm-generic parport.h Date: Mon, 7 Oct 2013 16:44:25 -0500 Message-Id: <1381182265-11271-1-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.8.1.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131007_174458_043576_8362A3C2 X-CRM114-Status: UNSURE ( 7.95 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) Cc: Catalin Marinas , Will Deacon , Rob Herring 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.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Rob Herring Add asm-generic/parport.h to help fix allyesconfig builds. Signed-off-by: Rob Herring Cc: Catalin Marinas Cc: Will Deacon --- arch/arm64/include/asm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/include/asm/Kbuild b/arch/arm64/include/asm/Kbuild index 79a642d..9005e81 100644 --- a/arch/arm64/include/asm/Kbuild +++ b/arch/arm64/include/asm/Kbuild @@ -25,6 +25,7 @@ generic-y += local64.h generic-y += mman.h generic-y += msgbuf.h generic-y += mutex.h +generic-y += parport.h generic-y += pci.h generic-y += percpu.h generic-y += poll.h