---------- Forwarded message ---------- From: Andre Nogueira <andre.neo.net@xxxxxxxxx> Date: Wed, Sep 1, 2010 at 1:03 AM Subject: Re: [PATCH] Remove a duplicate include directive in ieee80211.h To: Greg KH <greg@xxxxxxxxx> Thank you for the correction. This patch removes a duplicate include directive in drivers/staging/rtl8187se/ieee80211/ieee80211.h. Signed-off-by: Andre Nogueira <andre.neo.net@xxxxxxxxx> --- >From 6feefb3d6bd3e7f63035989b431d80f8fb681207 Mon Sep 17 00:00:00 2001 From: Andre Nogueira <andre.neo.net@xxxxxxxxx> Date: Wed, 1 Sep 2010 00:50:57 +0100 Subject: [PATCH] Remove a duplicate include directive --- drivers/staging/rtl8187se/ieee80211/ieee80211.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211.h b/drivers/staging/rtl8187se/ieee80211/ieee80211.h index 4cd95c3..dc608c7 100644 --- a/drivers/staging/rtl8187se/ieee80211/ieee80211.h +++ b/drivers/staging/rtl8187se/ieee80211/ieee80211.h @@ -215,7 +215,6 @@ do { if (ieee80211_debug_level & (level)) \ #define IEEE80211_DEBUG_TX(f, a...) IEEE80211_DEBUG(IEEE80211_DL_TX, f, ## a) #define IEEE80211_DEBUG_RX(f, a...) IEEE80211_DEBUG(IEEE80211_DL_RX, f, ## a) #include <linux/netdevice.h> -#include <linux/wireless.h> #include <linux/if_arp.h> /* ARPHRD_ETHER */ #ifndef WIRELESS_SPY -- 1.7.0.4 2010/8/31 Greg KH <greg@xxxxxxxxx>: > On Thu, Aug 05, 2010 at 12:31:42AM +0100, André Nogueira wrote: >> This patch removes a duplicate include directive in >> /drivers/staging/rtl8187se/ieee80211/ieee80211.h. >> >> >From d4820413b59da76ca2f823b067ddc52b10a42846 Mon Sep 17 00:00:00 2001 >> From: root <root@xxxxxxxxxxxxxxxxxxxxx> >> Date: Thu, 5 Aug 2010 00:19:54 +0100 >> Subject: [PATCH] Remove duplicate include >> >> --- > > I need a signed-off-by line in order to apply a patch. > > Also, don't commit patches as root, you really don't want to be building > or doing anything as root like this. > > thanks, > > greg k-h > -- André Nogueira http://sites.google.com/site/andrenogueirasite/ _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel