]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/w1/w1.h
[PATCH] w1: use kthread api.
[linux-2.6-omap-h63xx.git] / drivers / w1 / w1.h
index 5f09213512bf0d0a8368113a9cf68e441b7441ea..56980505e6c4451385dc361de39a894b2ffbf3d0 100644 (file)
@@ -172,12 +172,11 @@ struct w1_master
 
        long                    flags;
 
-       pid_t                   kpid;
+       struct task_struct      *thread;
        struct semaphore        mutex;
 
        struct device_driver    *driver;
        struct device           dev;
-       struct completion       dev_exited;
 
        struct w1_bus_master    *bus_master;