From patchwork Sun Aug 9 14:05:39 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaswinder Singh Rajput X-Patchwork-Id: 40256 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n79E6L2K011913 for ; Sun, 9 Aug 2009 14:06:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750942AbZHIOGT (ORCPT ); Sun, 9 Aug 2009 10:06:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753999AbZHIOGT (ORCPT ); Sun, 9 Aug 2009 10:06:19 -0400 Received: from hera.kernel.org ([140.211.167.34]:40421 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750942AbZHIOGS (ORCPT ); Sun, 9 Aug 2009 10:06:18 -0400 Received: from [192.168.1.220] (triband-del-59.180.74.103.bol.net.in [59.180.74.103] (may be forged)) (authenticated bits=0) by hera.kernel.org (8.14.2/8.13.8) with ESMTP id n79E6EtH012484 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 9 Aug 2009 14:06:17 GMT Subject: [PATCH] ACPI: includecheck fix for include/acpi/acpi_bus.h From: Jaswinder Singh Rajput To: Len Brown , linux-acpi Date: Sun, 09 Aug 2009 19:35:39 +0530 Message-Id: <1249826739.2957.13.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) X-Virus-Scanned: ClamAV 0.93.3/9668/Fri Aug 7 21:36:10 2009 on hera.kernel.org X-Virus-Status: Clean Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org fix the following 'make includecheck' warning: include/acpi/acpi_bus.h: linux/device.h is included more than once. Signed-off-by: Jaswinder Singh Rajput --- include/acpi/acpi_bus.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index c65e4ce..2d8f6ef 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -356,7 +356,6 @@ void acpi_remove_dir(struct acpi_device *); /* * Bind physical devices with ACPI devices */ -#include struct acpi_bus_type { struct list_head list; struct bus_type *bus;