Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754895AbZJEVPs (ORCPT ); Mon, 5 Oct 2009 17:15:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754873AbZJEVPo (ORCPT ); Mon, 5 Oct 2009 17:15:44 -0400 Received: from smtp.gentoo.org ([140.211.166.183]:55033 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754048AbZJEVP0 (ORCPT ); Mon, 5 Oct 2009 17:15:26 -0400 From: Mike Frysinger To: Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, David Woodhouse Subject: [PATCH 2/3] mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/ Date: Mon, 5 Oct 2009 17:14:48 -0400 Message-Id: <1254777289-32109-3-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.6.5.rc2 In-Reply-To: <1254777289-32109-1-git-send-email-vapier@gentoo.org> References: <1254777289-32109-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: 1220 Lines: 40 Now that there are linux/ versions of gpio.h and io.h, include those rather than hitting the asm/ versions. Signed-off-by: Mike Frysinger --- drivers/mtd/maps/gpio-addr-flash.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/maps/gpio-addr-flash.c b/drivers/mtd/maps/gpio-addr-flash.c index 44ef9a4..1ad5caf 100644 --- a/drivers/mtd/maps/gpio-addr-flash.c +++ b/drivers/mtd/maps/gpio-addr-flash.c @@ -13,7 +13,9 @@ * Licensed under the GPL-2 or later. */ +#include #include +#include #include #include #include @@ -23,9 +25,6 @@ #include #include -#include -#include - #define pr_devinit(fmt, args...) ({ static const __devinitconst char __fmt[] = fmt; printk(__fmt, ## args); }) #define DRIVER_NAME "gpio-addr-flash" -- 1.6.5.rc2 -- 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/