Removed proc code from visorchipset header and main. I also assume
that code involving "process" is not the same as code involving
"proc"

Replaced two struct proc_dir_entrys and replaced them with voids
struct proc_dir_entry *proc_dir => void reserved
struct proc_dir_entry *proc_info => void reserved2

Signed-off-by: Jeffrey Brown <jeffrey.br...@unisys.com>
---
 drivers/staging/unisys/include/uisqueue.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/unisys/include/uisqueue.h 
b/drivers/staging/unisys/include/uisqueue.h
index 25b6181..6ddc0bf 100644
--- a/drivers/staging/unisys/include/uisqueue.h
+++ b/drivers/staging/unisys/include/uisqueue.h
@@ -160,8 +160,8 @@ struct bus_info {
        uuid_le bus_inst_uuid;
        struct ultra_vbus_channel_protocol __iomem *bus_channel;
        int bus_channel_bytes;
-       struct proc_dir_entry *proc_dir;        /* proc/uislib/vbus/<x> */
-       struct proc_dir_entry *proc_info;       /* proc/uislib/vbus/<x>/info */
+       void *reserved; /* proc/uislib/vbus/<x> */
+       void *reserved2;        /* proc/uislib/vbus/<x>/info */
        char name[25];
        char partition_name[99];
        struct bus_info *next;
-- 
1.9.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to