summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2015-10-21 09:20:26 +0300
committerJoel Stanley <joel@jms.id.au>2015-10-23 07:31:46 +0300
commitb59d62c135d3bd6fd5a48ef126c3be42152879a2 (patch)
treea84169e49869fbcec050103e7c6d592b663c677f
parentc3bc627e5403cdd91c2fdf69f19c4b0df3cc2a36 (diff)
downloadlinux-b59d62c135d3bd6fd5a48ef126c3be42152879a2.tar.xz
misc/bt-host: remove unused members of struct bt_host
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r--drivers/misc/bt-host.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/misc/bt-host.c b/drivers/misc/bt-host.c
index 395c28f1acde..46e434112f6b 100644
--- a/drivers/misc/bt-host.c
+++ b/drivers/misc/bt-host.c
@@ -9,7 +9,6 @@
#include <linux/device.h>
#include <linux/of.h>
#include <linux/platform_device.h>
-#include <linux/cdev.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <linux/miscdevice.h>
@@ -50,9 +49,7 @@ dev_t bt_host_devt;
struct bt_host {
struct device dev;
- struct cdev cdev;
void *base;
- int open_count;
wait_queue_head_t queue;
unsigned int ctrl;
struct timer_list poll_timer;