Bluetooth: Remove unused btuart_cs driver
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 24 Mar 2018 09:19:54 +0000 (10:19 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 1 Apr 2018 12:25:32 +0000 (14:25 +0200)
commit6f6f1eced8c325d5ef64451556947f606f9fac7a
treed55d763be99264688326095368210ead679ca463
parent07eb96a5a7b083c988a2c7b0663e958e392f18c7
Bluetooth: Remove unused btuart_cs driver

With patch 279c936153199 the btuart_cs driver has been deprecated in
favor of serial_cs + hci_uart combination.

  static struct pcmcia_device_id btuart_ids[] = {
         /* don't use this driver. Use serial_cs + hci_uart instead */
         PCMCIA_DEVICE_NULL
  };

Intead of keeping it around, just remove it since it is not even
assigned to any PCMCIA identifiers anymore.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/Kconfig
drivers/bluetooth/Makefile
drivers/bluetooth/btuart_cs.c [deleted file]