summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/visorbus.h
diff options
context:
space:
mode:
authorAlexander Curtin <alexander.curtin@unisys.com>2016-03-30 10:41:45 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-30 18:28:32 -0700
commit03d0d045c8884df5e0576d3eb7dbf53fa95fe7ce (patch)
treeab57e5a9abca4f292be480d6e312839d2b22ac41 /drivers/staging/unisys/include/visorbus.h
parent240f7ec1f49aef8fe28d13ad52ced6c28ccc8f02 (diff)
downloadop-kernel-dev-03d0d045c8884df5e0576d3eb7dbf53fa95fe7ce.zip
op-kernel-dev-03d0d045c8884df5e0576d3eb7dbf53fa95fe7ce.tar.gz
staging: unisys: removed 'visor_device.devnodes' field
The 'visor_device.devnodes' field was used for displaying driver version information through the devmajorminor sysfs attribute, which has recently been removed, rendering the field unnecessary. 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/visorbus.h')
-rw-r--r--drivers/staging/unisys/include/visorbus.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index 729ca7e..cbc6d8f 100644
--- a/drivers/staging/unisys/include/visorbus.h
+++ b/drivers/staging/unisys/include/visorbus.h
@@ -136,12 +136,6 @@ struct visor_device {
struct periodic_work *periodic_work;
bool being_removed;
bool responded_to_device_create;
- struct {
- int major, minor;
- void *attr; /* private use by devmajorminor_attr.c you can
- * change this constant to whatever you want
- */
- } devnodes[5];
/* the code will detect and behave appropriately) */
struct semaphore visordriver_callback_lock;
bool pausing;
OpenPOWER on IntegriCloud