Message ID | 1313953272-24733-1-git-send-email-robherring2@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p7LJ29RO000900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <patchwork-linux-arm@patchwork.kernel.org>; Sun, 21 Aug 2011 19:02:30 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QvDHQ-0005gp-H0; Sun, 21 Aug 2011 19:01:56 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QvDHP-0005I9-Tb; Sun, 21 Aug 2011 19:01:55 +0000 Received: from mail-gx0-f177.google.com ([209.85.161.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QvDH5-0005Et-Dn for linux-arm-kernel@lists.infradead.org; Sun, 21 Aug 2011 19:01:36 +0000 Received: by gxk2 with SMTP id 2so3859852gxk.36 for <linux-arm-kernel@lists.infradead.org>; Sun, 21 Aug 2011 12:01:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=nA6tTGdq5g2cS6SBrpDXsDd4AVNc2Uyi7YDqNKvZYSk=; b=Akcyov2r1sAsnVPhoa/vvWvbPclT2tk0dFdq4neW6o4nvzDhTQ5BtPwWvd3UGLNoZh 6XokDBTnM/dX3cWNlo9MH9GxMCnM71lp2wZvgL6MQuvcHbyWJ7UxG2exXMFUrea1x50K iRvWl3Tw8wSskxKL5HgF9hk78pYEGCxBmsFVo= Received: by 10.101.29.5 with SMTP id g5mr1482022anj.37.1313953288923; Sun, 21 Aug 2011 12:01:28 -0700 (PDT) Received: from rob-laptop.i.smooth-stone.com (65-36-74-215.dyn.grandenetworks.net [65.36.74.215]) by mx.google.com with ESMTPS id l38sm4327742ani.18.2011.08.21.12.01.27 (version=SSLv3 cipher=OTHER); Sun, 21 Aug 2011 12:01:28 -0700 (PDT) From: Rob Herring <robherring2@gmail.com> To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] ARM: orion5x: add missing header file <video/vga.h> Date: Sun, 21 Aug 2011 14:01:11 -0500 Message-Id: <1313953272-24733-1-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110821_150135_752495_99A79351 X-CRM114-Status: GOOD ( 10.62 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (robherring2[at]gmail.com) 0.1 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (robherring2[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 T_TO_NO_BRKTS_FREEMAIL To: misformatted and free email service Cc: Arnd Bergmann <arnd@arndb.de>, Rob Herring <rob.herring@calxeda.com>, Nicolas Pitre <nico@fluxnic.net> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Sun, 21 Aug 2011 19:02:30 +0000 (UTC) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by demeter2.kernel.org id p7LJ29RO000900 |
diff --git a/arch/arm/mach-orion5x/pci.c b/arch/arm/mach-orion5x/pci.c index 28b8760..bc4a920 100644 --- a/arch/arm/mach-orion5x/pci.c +++ b/arch/arm/mach-orion5x/pci.c @@ -14,6 +14,7 @@ #include <linux/pci.h> #include <linux/slab.h> #include <linux/mbus.h> +#include <video/vga.h> #include <asm/irq.h> #include <asm/mach/pci.h> #include <plat/pcie.h>