diff options
| author | 2010-10-29 07:51:47 -0700 | |
|---|---|---|
| committer | 2010-10-29 20:43:28 -0700 | |
| commit | 91d29ee1a82fedcd7d1bbf24007b31a49c47e90a (patch) | |
| tree | 83fea421302411a92023b74545b454c4c24212ef /drivers/staging/bcm/InterfaceTx.c | |
| parent | beceem: add module information (diff) | |
| download | linux-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/InterfaceTx.c')
| -rw-r--r-- | drivers/staging/bcm/InterfaceTx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/bcm/InterfaceTx.c b/drivers/staging/bcm/InterfaceTx.c index 771f7b34d2ec..826ed93c9b56 100644 --- a/drivers/staging/bcm/InterfaceTx.c +++ b/drivers/staging/bcm/InterfaceTx.c @@ -1,6 +1,5 @@ #include "headers.h" -#ifndef BCM_SHM_INTERFACE /* Function: InterfaceTxDataPacket @@ -255,5 +254,4 @@ int InterfaceTransmitPacket(PVOID arg, PVOID data, UINT len) return TransmitTcb(psIntfAdapter, pTcb, data, len); } -#endif |
