Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:35421 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752031Ab1E2RAe convert rfc822-to-8bit (ORCPT ); Sun, 29 May 2011 13:00:34 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 29 May 2011 18:00:33 +0100 Message-ID: (sfid-20110529_190053_282481_AFEB972C) Subject: Re: [PATCH 2/4] staging: Remove direct includes of printk.h From: julie Sullivan To: Joe Perches Cc: Geert Uytterhoeven , Randy Dunlap , devel@driverdev.osuosl.org, Dowan Kim , Greg Kroah-Hartman , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: > --- a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c > +++ b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c > @@ -16,7 +16,6 @@ > > ?#include > ?#include > -#include > --- a/drivers/staging/usbip/usbip_common.h > +++ b/drivers/staging/usbip/usbip_common.h > @@ -24,7 +24,7 @@ > ?#include > ?#include > ?#include > -#include > +#include > ?#include > ?#include types.h is also a subfile of kernel.h, right? Or maybe you patched this one already - if so please excuse the noise :-) Cheers Julie