[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTimY9-ng8HVm+QFyS8FYks_mFx=ong@mail.gmail.com>
Date: Sun, 29 May 2011 18:00:33 +0100
From: julie Sullivan <kernelmail.jms@...il.com>
To: Joe Perches <joe@...ches.com>
Cc: Geert Uytterhoeven <geert@...ux-m68k.org>,
Randy Dunlap <randy.dunlap@...cle.com>,
devel@...verdev.osuosl.org, Dowan Kim <dowan@...adcom.com>,
Greg Kroah-Hartman <gregkh@...e.de>,
linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 2/4] staging: Remove direct includes of printk.h
> --- a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
> +++ b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
> @@ -16,7 +16,6 @@
>
> #include <linux/types.h>
> #include <linux/kernel.h>
> -#include <linux/printk.h>
> --- a/drivers/staging/usbip/usbip_common.h
> +++ b/drivers/staging/usbip/usbip_common.h
> @@ -24,7 +24,7 @@
> #include <linux/device.h>
> #include <linux/interrupt.h>
> #include <linux/net.h>
> -#include <linux/printk.h>
> +#include <linux/kernel.h>
> #include <linux/spinlock.h>
> #include <linux/types.h>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists