]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
staging: brcm80211: remove osl source files from driver
authorArend van Spriel <arend@broadcom.com>
Wed, 2 Mar 2011 20:18:49 +0000 (21:18 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 00:48:07 +0000 (19:48 -0500)
The whole need for the OSL concept has been removed from the driver. This
is the final commit removing the source file and include file from the
driver repository. All include statements of osl.h have been removed from
the other source files.

Reviewed-by: Brett Rudley <brudley@broadcom.com>
Reviewed-by: Henry Ptasinski <henryp@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
43 files changed:
drivers/staging/brcm80211/brcmfmac/Makefile
drivers/staging/brcm80211/brcmfmac/bcmsdh.c
drivers/staging/brcm80211/brcmfmac/bcmsdh_linux.c
drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc.c
drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc_linux.c
drivers/staging/brcm80211/brcmfmac/dhd_cdc.c
drivers/staging/brcm80211/brcmfmac/dhd_common.c
drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c
drivers/staging/brcm80211/brcmfmac/dhd_linux.c
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
drivers/staging/brcm80211/brcmfmac/linux_osl.c [deleted file]
drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
drivers/staging/brcm80211/brcmfmac/wl_iw.c
drivers/staging/brcm80211/brcmsmac/Makefile
drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_cmn.c
drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_lcn.c
drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_n.c
drivers/staging/brcm80211/brcmsmac/phy/wlc_phytbl_lcn.c
drivers/staging/brcm80211/brcmsmac/phy/wlc_phytbl_n.c
drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
drivers/staging/brcm80211/brcmsmac/wl_mac80211.h
drivers/staging/brcm80211/brcmsmac/wlc_alloc.c
drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c
drivers/staging/brcm80211/brcmsmac/wlc_antsel.c
drivers/staging/brcm80211/brcmsmac/wlc_bmac.c
drivers/staging/brcm80211/brcmsmac/wlc_channel.c
drivers/staging/brcm80211/brcmsmac/wlc_main.c
drivers/staging/brcm80211/brcmsmac/wlc_phy_shim.c
drivers/staging/brcm80211/brcmsmac/wlc_rate.c
drivers/staging/brcm80211/brcmsmac/wlc_stf.c
drivers/staging/brcm80211/include/osl.h [deleted file]
drivers/staging/brcm80211/util/aiutils.c
drivers/staging/brcm80211/util/bcmotp.c
drivers/staging/brcm80211/util/bcmsrom.c
drivers/staging/brcm80211/util/bcmutils.c
drivers/staging/brcm80211/util/bcmwifi.c
drivers/staging/brcm80211/util/hnddma.c
drivers/staging/brcm80211/util/hndpmu.c
drivers/staging/brcm80211/util/linux_osl.c [deleted file]
drivers/staging/brcm80211/util/nicpci.c
drivers/staging/brcm80211/util/nvram/nvram_ro.c
drivers/staging/brcm80211/util/sbutils.c
drivers/staging/brcm80211/util/siutils.c

index 040f4a72dad8253574580f6f04280d2aafde6211..ac5a7d4ba80690e40c6ba5274b0e6e6fff5e3055 100644 (file)
@@ -52,7 +52,6 @@ DHDOFILES = \
        bcmsdh_linux.o  \
        bcmsdh_sdmmc.o \
        bcmsdh_sdmmc_linux.o \
-       linux_osl.o \
        aiutils.o \
        siutils.o \
        sbutils.o \
index 6180f6418f8a97b01b618ed85e48c0656f84355c..473f57d9f00b4895e60ae07b15b88c97dc46a582 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/netdevice.h>
 #include <bcmdefs.h>
 #include <bcmdevs.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <hndsoc.h>
 #include <siutils.h>
index 6842e730ed5e09adbff7faf01e258943b35c3594..e3556ff43bb9a0cb1412f356a3ce923e1dad234e 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/pci.h>
 #include <linux/completion.h>
 
-#include <osl.h>
 #include <pcicfg.h>
 #include <bcmdefs.h>
 #include <bcmdevs.h>
index e69b77f04c437d11d8bb333981033db7cc2322c1..65313fa0cf4a9346aa9b20e5c8b0b8f5fdc546ea 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/netdevice.h>
 #include <bcmdefs.h>
 #include <bcmdevs.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <sdio.h>              /* SDIO Device and Protocol Specs */
 #include <sdioh.h>             /* SDIO Host Controller Specification */
index ceaa47490680778bcd8de7c3029c09714353ef14..d738d4da54431c50183bc85788c49fbd5e7303ad 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/sched.h>       /* request_irq() */
 #include <linux/netdevice.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <sdio.h>              /* SDIO Specs */
 #include <bcmsdbus.h>          /* bcmsdh to/from specific controller APIs */
index 6c0620c9742f158b3d2ddd96dafeaa64f8ac258d..8398fa4c03400d5d68c900d2ce791acd2118c99c 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/types.h>
 #include <linux/netdevice.h>
 #include <bcmdefs.h>
-#include <osl.h>
 
 #include <bcmutils.h>
 #include <bcmcdc.h>
index a80a5c3170fd48e089b487f7946077214789c91d..64d88c20354e9bb46e8b4962fabd812046db27f2 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/string.h>
 #include <bcmdefs.h>
 #include <linux/netdevice.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <dngl_stats.h>
 #include <dhd.h>
index 1a7a93981bffc961ed10954ac92d46369955068c..cbfa1c1b7059c9198e8ecea76410303f35ccc0f2 100644 (file)
@@ -15,7 +15,6 @@
  */
 
 #include <linux/netdevice.h>
-#include <osl.h>
 #include <bcmutils.h>
 
 #include <dngl_stats.h>
index 870f3bebe1d56bb303874a4dfb023e2f6793107a..ab8e688d9620e5bcd8180c2ccff4974e360046bd 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/fs.h>
 #include <linux/uaccess.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <bcmutils.h>
 
 #include <dngl_stats.h>
index bb62576ea88fad6428f5e1cb737fc5866536bd6c..971d406890989522e61812c3ce3265a896614afe 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/types.h>
 #include <bcmdefs.h>
 #include <linux/netdevice.h>
-#include <osl.h>
 #include <bcmsdh.h>
 
 #ifdef BCMEMBEDIMAGE
diff --git a/drivers/staging/brcm80211/brcmfmac/linux_osl.c b/drivers/staging/brcm80211/brcmfmac/linux_osl.c
deleted file mode 100644 (file)
index a4d338d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "../util/linux_osl.c"
index fc920787cdaa93f27daaa8cd267690502f03cece..1291124272f3d8b6b35c176f97e564d9d111aabc 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <linux/kernel.h>
 #include <linux/if_arp.h>
-#include <osl.h>
 
 #include <bcmutils.h>
 
index f82c10ef8bad715b05cfab0a1b5a81f1e64b2a0d..4d16644544ae7d7b89b714e43a0c5fafd873d186 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/semaphore.h>
 #include <bcmdefs.h>
 #include <linux/netdevice.h>
-#include <osl.h>
 #include <wlioctl.h>
 
 #include <bcmutils.h>
index b0d3e074e400b5de108ce7b849c6ab5ac0af8d9b..c4aafe5cf7f52f72c509db0501d1eab60e94feb4 100644 (file)
@@ -45,7 +45,6 @@ BRCMSMAC_OFILES := \
        phy/wlc_phy_n.o \
        phy/wlc_phytbl_lcn.o \
        phy/wlc_phytbl_n.o \
-       ../util/linux_osl.o \
        ../util/aiutils.o \
        ../util/siutils.o \
        ../util/bcmutils.o \
index bb49a0cd0b08941268704a7a60f3c4536d965f2e..fc810e342df835f1c9bd1a8d9bfe1b777ae1e88f 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/kernel.h>
 #include <linux/string.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <linux/delay.h>
 #include <linux/module.h>
 #include <linux/pci.h>
index 825bf767a2d533c469bfc9a320923efeccad5520..a5a7bb82ab42619c2767cf49259b57c2db7216b1 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/delay.h>
 #include <wlc_cfg.h>
 #include <qmath.h>
-#include <osl.h>
 #include <linux/pci.h>
 #include <siutils.h>
 #include <hndpmu.h>
index e51d303c83f53180b8719c7f861f055017e3108a..a38587309ccc485a764e942c377c2bd8f7378d97 100644 (file)
@@ -20,7 +20,6 @@
 #include <wlc_cfg.h>
 #include <linux/delay.h>
 #include <linux/pci.h>
-#include <osl.h>
 #include <siutils.h>
 #include <sbchipc.h>
 #include <hndpmu.h>
index e962902d72286ba2e641971c37d28f3b4b0fe610..81c59b05482a79ad99bf1edbf906692d928d90aa 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <linux/types.h>
 #include <sbhnddma.h>
-#include <osl.h>
 #include <wlc_phy_int.h>
 #include <wlc_phytbl_lcn.h>
 
index 3dbce71f83abdd4476b92e321edbd7752aa1f646..742df997a3b112c43c00a216be22b8640fa3159f 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/kernel.h>
 
 #include <sbhnddma.h>
-#include <osl.h>
 #include <wlc_phy_int.h>
 #include <wlc_phytbl_n.h>
 
index 9fdd7755b590aae1219f49b8721a659df9c6724f..d70ed3d990d6c5528deda0cff84e297bde0c610e 100644 (file)
@@ -27,7 +27,6 @@
 #include <net/mac80211.h>
 
 #include <proto/802.11.h>
-#include <osl.h>
 #include <bcmdefs.h>
 #include <bcmwifi.h>
 #include <bcmutils.h>
@@ -729,7 +728,6 @@ static struct wl_info *wl_attach(u16 vendor, u16 device, unsigned long regs,
                            uint bustype, void *btparam, uint irq)
 {
        struct wl_info *wl;
-       struct osl_info *osh;
        int unit, err;
 
        unsigned long base_addr;
@@ -744,15 +742,11 @@ static struct wl_info *wl_attach(u16 vendor, u16 device, unsigned long regs,
                return NULL;
        }
 
-       osh = osl_attach(btparam, bustype);
-       ASSERT(osh);
-
        /* allocate private info */
        hw = pci_get_drvdata(btparam);  /* btparam == pdev */
        wl = hw->priv;
        ASSERT(wl);
 
-       wl->osh = osh;
        atomic_set(&wl->callbacks, 0);
 
        /* setup the bottom half handler */
@@ -1397,9 +1391,6 @@ static void wl_free(struct wl_info *wl)
                iounmap((void *)wl->regsva);
        }
        wl->regsva = NULL;
-
-
-       osl_detach(wl->osh);
 }
 
 /*
index a4bed8bd629e67577af43b8abc059c60feab83e3..f3198ccd5f58cf0bf22aaa421483d663981b7b06 100644 (file)
@@ -51,7 +51,6 @@ struct wl_firmware {
 struct wl_info {
        struct wlc_pub *pub;            /* pointer to public wlc state */
        void *wlc;              /* pointer to private common os-independent data */
-       struct osl_info *osh;           /* pointer to os handler */
        u32 magic;
 
        int irq;
index 0b6c6e72bdd09623992c26c3466999b4777d7e70..07684967d87ca736f962f1cdbdb215b6d819efad 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/kernel.h>
 #include <linux/types.h>
 
-#include <osl.h>
 #include <bcmdefs.h>
 #include <bcmutils.h>
 #include <siutils.h>
index c0166480cc8b20d3396f2d2e8ea5657d8e4491da..7f8790d9b817c6f3dba8304dfe48e0de20540338 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/kernel.h>
 #include <net/mac80211.h>
 
-#include <osl.h>
 #include <bcmdefs.h>
 #include <bcmutils.h>
 #include <siutils.h>
index 33e3bdff61bcb554c65998c3eafb53987898ec31..566be8689478b3d15eb8eb45f64e67e7e82a38e0 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/module.h>
 #include <linux/pci.h>
 
-#include <osl.h>
 #include <bcmdefs.h>
 #include <bcmutils.h>
 #include <siutils.h>
index e419da54be1ace7480748c6d68820bb51041a162..b85194dd57ce1b75ab27d9324ea2a8a89906d954 100644 (file)
@@ -22,7 +22,6 @@
 #include <linux/etherdevice.h>
 
 #include <proto/802.11.h>
-#include <osl.h>
 #include <bcmdefs.h>
 #include <bcmdevs.h>
 #include <bcmwifi.h>
index 49b1ea6b7ea878084ed00e45a3f87a488771f3af..d43948f1c6432e7be2c720347ffce4c04af6f0f4 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/module.h>
 #include <linux/pci.h>
 
-#include <osl.h>
 #include <bcmdefs.h>
 #include <bcmutils.h>
 #include <siutils.h>
index 4527fe2dac6e17c2e525cf36d11c36231c420fe0..cb1e1428cd87ac13a57afb4fc81596e8ef6e9bde 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <bcmdefs.h>
 #include <bcmdevs.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <bcmwifi.h>
 #include <siutils.h>
index e867bf72cb41c605f5b2a088cd533757a66db0e4..1ac659769c57272622a61c4a33528440cfdebe11 100644 (file)
@@ -26,7 +26,6 @@
 #include <linux/pci.h>
 
 #include <proto/802.11.h>
-#include <osl.h>
 #include <bcmdefs.h>
 #include <bcmutils.h>
 #include <bcmwifi.h>
index 863f18f86ece7fc9bfed3c7d04019610c8e749af..0cfa36023cf19099ecbf55f44de7bbb3da00ef27 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <proto/802.11.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <siutils.h>
 #include <wlioctl.h>
index 75aeb280eb99bb10b5c78ab7b7a2aee91610fd5f..a6f6e5c649c750a5052c15536885a93b7207f737 100644 (file)
@@ -20,7 +20,6 @@
 #include <proto/802.11.h>
 
 #include <bcmdefs.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <siutils.h>
 #include <wlioctl.h>
diff --git a/drivers/staging/brcm80211/include/osl.h b/drivers/staging/brcm80211/include/osl.h
deleted file mode 100644 (file)
index 24b114d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright (c) 2010 Broadcom Corporation
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
- * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
- * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
- * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-#ifndef _osl_h_
-#define _osl_h_
-
-/* osl handle type forward declaration */
-struct osl_info {
-       uint pktalloced;        /* Number of allocated packet buffers */
-       uint magic;
-};
-
-extern struct osl_info *osl_attach(void *pdev, uint bustype);
-extern void osl_detach(struct osl_info *osh);
-
-#endif /* _osl_h_ */
index 917989774520e054c5d541f2acdcff899d5e744e..570869032d884c2da66a585780a72c983f0f7166 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/kernel.h>
 #include <linux/string.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <linux/module.h>
 #include <linux/pci.h>
 #include <bcmutils.h>
index e763a0de7989bee0985742851561fb4b36cb5a06..b080345397f0a67e161a3486f7ea8818493a87ef 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/kernel.h>
 #include <linux/string.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <linux/module.h>
 #include <linux/pci.h>
 #include <bcmdevs.h>
index 11b5c0861f00c44e9da6150b69d4bfc451bd7e05..7373603b6646deb31a93589d44dc77ee53bc2a9b 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/string.h>
 #include <linux/etherdevice.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <linux/module.h>
 #include <linux/pci.h>
 #include <stdarg.h>
index 00e5c4922b80a485cfe942488841da6756d2250b..fb0bcccfda44cbd35d77cff465a3c8a038ae4c14 100644 (file)
@@ -23,7 +23,6 @@
 #include <linux/sched.h>
 #include <bcmdefs.h>
 #include <stdarg.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <siutils.h>
 #include <bcmnvram.h>
index 3d3e5eaddefe402928c05d81e39cf5ec77c3fd89..d82c2b29816d3373f045be2f53d279d5641b17b5 100644 (file)
@@ -15,7 +15,6 @@
  */
 #include <linux/ctype.h>
 #include <linux/kernel.h>
-#include <osl.h>
 #include <bcmdefs.h>
 #include <bcmutils.h>
 #include <bcmwifi.h>
index 5508147ba965b70b92549f41ae9e8f4b78d1da57..60afd06297e895a0e9c03425e80d1d876d1f8482 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/pci.h>
 #include <bcmdefs.h>
 #include <bcmdevs.h>
-#include <osl.h>
 #include <hndsoc.h>
 #include <bcmutils.h>
 #include <siutils.h>
index 911374955d63bed714f5a3fa0f46cf29bc1fc887..59e3ede89fe78d74daccb0d498b6bf444ce6c995 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/module.h>
 #include <linux/pci.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <siutils.h>
 #include <bcmdevs.h>
diff --git a/drivers/staging/brcm80211/util/linux_osl.c b/drivers/staging/brcm80211/util/linux_osl.c
deleted file mode 100644 (file)
index 2f76aaf..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright (c) 2010 Broadcom Corporation
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
- * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
- * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
- * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-#include <linux/delay.h>
-#include <linux/fs.h>
-#ifdef mips
-#include <asm/paccess.h>
-#endif                         /* mips */
-#include <linux/module.h>
-#include <linux/pci.h>
-#include <linux/netdevice.h>
-#include <linux/sched.h>
-#include <bcmdefs.h>
-#include <osl.h>
-#include <bcmutils.h>
-#include <pcicfg.h>
-
-
-#define OS_HANDLE_MAGIC                0x1234abcd      /* Magic # to recognise osh */
-#define BCM_MEM_FILENAME_LEN   24      /* Mem. filename length */
-
-struct osl_info *osl_attach(void *pdev, uint bustype)
-{
-       struct osl_info *osh;
-
-       osh = kmalloc(sizeof(struct osl_info), GFP_ATOMIC);
-       ASSERT(osh);
-
-       memset(osh, 0, sizeof(struct osl_info));
-       osh->magic = OS_HANDLE_MAGIC;
-       return osh;
-}
-
-void osl_detach(struct osl_info *osh)
-{
-       if (osh == NULL)
-               return;
-
-       ASSERT(osh->magic == OS_HANDLE_MAGIC);
-       kfree(osh);
-}
index b5e79ac30b095dda136c839c06ab7b12abcaba47..a1fb2f08984d5173d4dd8fe38270bd16434701ee 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/string.h>
 #include <linux/pci.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <siutils.h>
 #include <hndsoc.h>
index a5e8c4daaa15165476da4d0ffd7f9528a93c6ed3..a697ff10ef36a3657f17ac520b19977a67a01f58 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/slab.h>
 #include <linux/string.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <bcmutils.h>
 #include <siutils.h>
 #include <bcmnvram.h>
index 75381e4d6da74675b5834e80425626eae9b1760a..21dde8e508ddaaccdefcd95a26971190e6de946f 100644 (file)
@@ -19,7 +19,6 @@
 #ifdef BRCM_FULLMAC
 #include <linux/netdevice.h>
 #endif
-#include <osl.h>
 #include <bcmutils.h>
 #include <siutils.h>
 #include <bcmdevs.h>
index d8d8f829b32036a78e00af00427ca719dda35ce1..ed168ceba5f08cf4fcf5ff3754f8684c17b0d372 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/kernel.h>
 #include <linux/string.h>
 #include <bcmdefs.h>
-#include <osl.h>
 #include <linux/module.h>
 #include <linux/pci.h>
 #include <bcmutils.h>