diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-28 13:20:40 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-28 13:20:40 -0400 |
commit | 20dd6f59d6ea5fe47397c5254606c76b1d047727 (patch) | |
tree | ffc9b0a7f3d582120c997ec4277f561f9d8c6f87 /drivers/bluetooth/hci_ldisc.c | |
parent | 408c1ce2716c7a004851c93f9f9dcf3d763bc240 (diff) |
[Bluetooth] Remove TXCRC compile option for BCSP driver
The TXCRC compile option is not really useful and thus change it
into a module parameter.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/hci_ldisc.c')
-rw-r--r-- | drivers/bluetooth/hci_ldisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index aed80cc22890..8c9317bcd53c 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c | |||
@@ -27,7 +27,7 @@ | |||
27 | * | 27 | * |
28 | * $Id: hci_ldisc.c,v 1.5 2002/10/02 18:37:20 maxk Exp $ | 28 | * $Id: hci_ldisc.c,v 1.5 2002/10/02 18:37:20 maxk Exp $ |
29 | */ | 29 | */ |
30 | #define VERSION "2.1" | 30 | #define VERSION "2.2" |
31 | 31 | ||
32 | #include <linux/config.h> | 32 | #include <linux/config.h> |
33 | #include <linux/module.h> | 33 | #include <linux/module.h> |