From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932869Ab1FWRXI (ORCPT ); Thu, 23 Jun 2011 13:23:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61059 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932726Ab1FWRXG (ORCPT ); Thu, 23 Jun 2011 13:23:06 -0400 Date: Thu, 23 Jun 2011 13:23:05 -0400 From: Prarit Bhargava To: linux-kernel@vger.kernel.org, grant.likely@secretlab.ca Cc: Prarit Bhargava Message-Id: <20110623172305.27648.59684.sendpatchset@prarit.bos.redhat.com> Content-Type: text/plain; charset=us-ascii Subject: [PATCH 09/35] drivers/gpio changes for SMBIOS and System Firmware Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org drivers/gpio changes for SMBIOS and System Firmware As part of the new SMBIOS and System Firmware code: - cleanup of includes for dmi.h and mod_devicetable.h which were included in some files that did not need them Signed-off-by: Prarit Bhargava --- drivers/gpio/basic_mmio_gpio.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/basic_mmio_gpio.c b/drivers/gpio/basic_mmio_gpio.c index 8152e9f..6664e3d 100644 --- a/drivers/gpio/basic_mmio_gpio.c +++ b/drivers/gpio/basic_mmio_gpio.c @@ -59,7 +59,6 @@ o ` ~~~~\___/~~~~ ` controller in FPGA is ,.` #include #include #include -#include #include static void bgpio_write8(void __iomem *reg, unsigned long data) -- 1.7.5.4