Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754829Ab1E2RAg (ORCPT ); Sun, 29 May 2011 13:00:36 -0400 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 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=s1SNCTLNqYq5xDidQdsHTF+unNkWAg4a+Ik1JR6SpUMVjy6baOY6pzW7/zzftvHdvQ z1xN+AxR3Ci/+arB7NqasBog57rdcEa3UdEt/zzQytVM1r49F3YlDwa+D3RrqiDEw1SI q+VlwlfW0HtbAeY1ZFNCJCAr8FBJVvm7rnraM= MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 29 May 2011 18:00:33 +0100 Message-ID: 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 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 912 Lines: 30 > --- 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 -- 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/