aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/phy/wlc_phytbl_n.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 14:17:44 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-21 14:17:44 -0400
commita1c16ed2664205dd69c0ea0ec6945f7f10d3edf9 (patch)
tree68daff891f2a1c0ef9a61b37f0ee86340d908005 /drivers/staging/brcm80211/phy/wlc_phytbl_n.c
parentf024c48a77c3c20d99de8f3424e8d3a061896885 (diff)
Staging: brcm80211: remove typedefs.h
It's not needed anymore, so remove it and clean up the .h inclusion mess a bit to get everything to build properly again. Wow, this needs some unwinding... Cc: Brett Rudley <brudley@broadcom.com> Cc: Henry Ptasinski <henryp@broadcom.com> Cc: Nohee Ko <noheek@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/phy/wlc_phytbl_n.c')
-rw-r--r--drivers/staging/brcm80211/phy/wlc_phytbl_n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/brcm80211/phy/wlc_phytbl_n.c b/drivers/staging/brcm80211/phy/wlc_phytbl_n.c
index bbc4cfae73e..7cc2c563c72 100644
--- a/drivers/staging/brcm80211/phy/wlc_phytbl_n.c
+++ b/drivers/staging/brcm80211/phy/wlc_phytbl_n.c
@@ -14,7 +14,7 @@
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */ 15 */
16 16
17#include <typedefs.h> 17#include <linux/kernel.h>
18 18
19#include <wlc_phy_int.h> 19#include <wlc_phy_int.h>
20#include <wlc_phytbl_n.h> 20#include <wlc_phytbl_n.h>