staging: brcm80211: Remove unnecessary includes from bcmutils.c

Removed includ of bcmip.h and vlan.h, as they're no longer needed.

Signed-off-by: Henry Ptasinski <henryp@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Henry Ptasinski 2010-10-21 11:04:11 -07:00 committed by Greg Kroah-Hartman
parent ab3275a6b5
commit 30e4352349

View File

@ -27,8 +27,6 @@
#include <bcmendian.h>
#include <bcmdevs.h>
#include <proto/ethernet.h>
#include <proto/vlan.h>
#include <proto/bcmip.h>
#include <proto/802.1d.h>
#include <proto/802.11.h>