staging: unisys: Remove unused intr
authorDon Zickus <dzickus@redhat.com>
Wed, 13 May 2015 17:22:22 +0000 (13:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:28:56 +0000 (13:28 -0700)
The conversion to visor_device caused some compile issues.The main
problem was the new fields in 'struct visor_device' were not public.
Remove one that wasn't being used for now.

struct irq_info intr

Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchannel.c
drivers/staging/unisys/visorbus/visorchipset.c

index 6e7675e27b2133098323a3d7cab2f1d2d93caac0..e0dfaa9c955d5ca5ab5b685c20982f86a5242489 100644 (file)
@@ -45,7 +45,6 @@ struct visorchannel {
                struct signal_queue_header event_queue;
                struct signal_queue_header ack_queue;
        } safe_uis_queue;
-       struct irq_info intr;
        uuid_le type;
        uuid_le inst;
 };
index 42bf02afb8074111f7a50875fdb71029dcc16caf..1487dafb18b9226335f079439f201f3278a84b53 100644 (file)
@@ -1352,7 +1352,6 @@ my_device_create(struct controlvm_message *inmsg)
        dev_info->chan_info.n_channel_bytes = cmd->create_device.channel_bytes;
        dev_info->chan_info.channel_type_uuid =
                        cmd->create_device.data_type_uuid;
-       dev_info->chan_info.intr = cmd->create_device.intr;
        list_add(&dev_info->entry, &dev_info_list);
        POSTCODE_LINUX_4(DEVICE_CREATE_EXIT_PC, dev_no, bus_no,
                         POSTCODE_SEVERITY_INFO);
This page took 0.027449 seconds and 5 git commands to generate.