aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include
diff options
context:
space:
mode:
authorAlexander Curtin <alexander.curtin@unisys.com>2016-04-06 11:20:21 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-11 21:15:51 -0700
commitd2de2ffff5d36a6e38753cf4f9d6bd35b83bd6c5 (patch)
tree4fcf28faa23c49991f8e5c2034621deba65f00fd /drivers/staging/unisys/include
parentstaging: unisys: visorbus: make bus_epilog match device_epilog (diff)
downloadlinux-dev-d2de2ffff5d36a6e38753cf4f9d6bd35b83bd6c5.tar.xz
linux-dev-d2de2ffff5d36a6e38753cf4f9d6bd35b83bd6c5.zip
staging: unisys: removed unused 'visor_device.respond_to_device_create'
The respond_to_device_create flag was used previously when we used to delay responses to create requests until the drivers were finished loading. This behaviour was removed some time ago, yet the field still existed, while never being referenced or even initialized. Signed-off-by: Alexander Curtin <alexander.curtin@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/include')
-rw-r--r--drivers/staging/unisys/include/visorbus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index 3788d167b3c6..db59d9731ec2 100644
--- a/drivers/staging/unisys/include/visorbus.h
+++ b/drivers/staging/unisys/include/visorbus.h
@@ -134,7 +134,6 @@ struct visor_device {
struct list_head list_all;
struct periodic_work *periodic_work;
bool being_removed;
- bool responded_to_device_create;
/* the code will detect and behave appropriately) */
struct semaphore visordriver_callback_lock;
bool pausing;