Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752011AbZIQVwf (ORCPT ); Thu, 17 Sep 2009 17:52:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751728AbZIQVwd (ORCPT ); Thu, 17 Sep 2009 17:52:33 -0400 Received: from smtp.gentoo.org ([140.211.166.183]:49487 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751636AbZIQVw2 (ORCPT ); Thu, 17 Sep 2009 17:52:28 -0400 From: Mike Frysinger To: linux-serial@vger.kernel.org, Alan Cox Cc: linux-kernel@vger.kernel.org, uclinux-dist-devel@blackfin.uclinux.org Subject: [PATCH 4/4] serial: bfin_5xx: pull in linux/io.h for ioremap prototypes Date: Thu, 17 Sep 2009 17:52:28 -0400 Message-Id: <1253224348-6996-4-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.6.5.rc1 In-Reply-To: <1253224348-6996-1-git-send-email-vapier@gentoo.org> References: <1253224348-6996-1-git-send-email-vapier@gentoo.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 25 git-svn-id: svn://localhost/svn/linux-kernel/trunk@7305 526b6c2d-f592-4532-a319-5dd88ccb003d --- drivers/serial/bfin_5xx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/serial/bfin_5xx.c b/drivers/serial/bfin_5xx.c index 67fa057..c969a68 100644 --- a/drivers/serial/bfin_5xx.c +++ b/drivers/serial/bfin_5xx.c @@ -14,6 +14,7 @@ #include #include +#include #include #include #include -- 1.6.5.rc1 -- 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/