From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by ozlabs.org (Postfix) with ESMTP id 56624DDE41 for ; Sun, 22 Jul 2007 01:03:28 +1000 (EST) Received: by ug-out-1314.google.com with SMTP id k40so796642ugc for ; Sat, 21 Jul 2007 08:03:26 -0700 (PDT) From: Jesper Juhl To: Linux Kernel Mailing List Subject: [PATCH][09/37] Clean up duplicate includes in drivers/macintosh/ Date: Sat, 21 Jul 2007 17:02:30 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <200707211702.30610.jesper.juhl@gmail.com> Cc: Andrew Morton , Jesper Juhl , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, This patch cleans up duplicate includes in drivers/macintosh/ Signed-off-by: Jesper Juhl --- diff --git a/drivers/macintosh/rack-meter.c b/drivers/macintosh/rack-meter.c index 4177ff0..2c21d4f 100644 --- a/drivers/macintosh/rack-meter.c +++ b/drivers/macintosh/rack-meter.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764274AbXGUPIM (ORCPT ); Sat, 21 Jul 2007 11:08:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S939160AbXGUPDc (ORCPT ); Sat, 21 Jul 2007 11:03:32 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:39272 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938650AbXGUPD2 (ORCPT ); Sat, 21 Jul 2007 11:03:28 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:mime-version:content-disposition:content-type:content-transfer-encoding:message-id; b=HM+hu+0+EDRM66xrnwmElj4ePPpycxk3jEWUlSFkbYFcgQw03vf046bTv49CundUHnFK95DO01kYipDD2BIDnUFLz53anVMHXeSFCzVLE0vSjU529awQyIsUDLGxqIFqVX347KJajaGkmFiAHlJUFSM/L6Xh3EwhLY0dr+MuZgE= From: Jesper Juhl To: Linux Kernel Mailing List Subject: [PATCH][09/37] Clean up duplicate includes in drivers/macintosh/ Date: Sat, 21 Jul 2007 17:02:30 +0200 User-Agent: KMail/1.9.7 Cc: Andrew Morton , Jesper Juhl , Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200707211702.30610.jesper.juhl@gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch cleans up duplicate includes in drivers/macintosh/ Signed-off-by: Jesper Juhl --- diff --git a/drivers/macintosh/rack-meter.c b/drivers/macintosh/rack-meter.c index 4177ff0..2c21d4f 100644 --- a/drivers/macintosh/rack-meter.c +++ b/drivers/macintosh/rack-meter.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include