From: Dave Jones Date: Sat, 3 Jul 2010 03:04:44 +0000 (-0400) Subject: Staging: rtl8192u: remove a copy of 80211.h X-Git-Tag: v2.6.36-rc1~520^2~1^2~261 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2addf798e4507f29276d0b00f318a603c57e4a8a;p=pandora-kernel.git Staging: rtl8192u: remove a copy of 80211.h We had a request to enable one of the realtek network drivers in staging in Fedora. After a quick lookover, I decided this wasn't such a great idea. In doing so though, I noticed we have 6 copies of ieee80211.h there now, Two drivers even have two copies of it. (Even worse, cleanups have been pointlessly happening to both files). The patch below removes one of them, which is asides from whitespace, identical afaics. With a change of filename to the #include, it all still compiles for me. A better fix would be to remove both, and have them use the core ieee80211 stuff, but this is at least a tiny step in the right direction. Signed-off-by: Dave Jones Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed