aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Prototypes.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-29 07:51:47 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-29 20:43:28 -0700
commit91d29ee1a82fedcd7d1bbf24007b31a49c47e90a (patch)
tree83fea421302411a92023b74545b454c4c24212ef /drivers/staging/bcm/Prototypes.h
parentbeceem: add module information (diff)
downloadlinux-dev-91d29ee1a82fedcd7d1bbf24007b31a49c47e90a.tar.xz
linux-dev-91d29ee1a82fedcd7d1bbf24007b31a49c47e90a.zip
beceem: remove ifdef's
There were a lot of ifdef's for driver options which have no configuration options. Choose the current value and remove the ifdef. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Diffstat (limited to 'drivers/staging/bcm/Prototypes.h')
-rw-r--r--drivers/staging/bcm/Prototypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/bcm/Prototypes.h b/drivers/staging/bcm/Prototypes.h
index 70ec8bcafd1e..82738be3ed48 100644
--- a/drivers/staging/bcm/Prototypes.h
+++ b/drivers/staging/bcm/Prototypes.h
@@ -309,11 +309,6 @@ INT buffDnldVerify(PMINI_ADAPTER Adapter, unsigned char *mappedbuffer, unsigned
VOID putUsbSuspend(struct work_struct *work);
BOOLEAN IsReqGpioIsLedInNVM(PMINI_ADAPTER Adapter, UINT gpios);
-#ifdef BCM_SHM_INTERFACE
-INT beceem_virtual_device_init(void);
-VOID virtual_mail_box_interrupt(void);
-INT beceem_virtual_device_exit(void);
-#endif
#endif