]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/relay.h
[CRYPTO] lib: some common 128-bit block operations, nicely centralized
[linux-2.6-omap-h63xx.git] / include / linux / relay.h
index 4bcc1531d6a9d812b774def51f926246393f2d3a..0e3d91b76996ad80b5b5e69f921fdd922cba8939 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef _LINUX_RELAY_H
 #define _LINUX_RELAY_H
 
-#include <linux/config.h>
 #include <linux/types.h>
 #include <linux/sched.h>
 #include <linux/wait.h>
@@ -39,7 +38,7 @@ struct rchan_buf
        size_t subbufs_consumed;        /* count of sub-buffers consumed */
        struct rchan *chan;             /* associated channel */
        wait_queue_head_t read_wait;    /* reader wait queue */
-       struct work_struct wake_readers; /* reader wake-up work struct */
+       struct delayed_work wake_readers; /* reader wake-up work struct */
        struct dentry *dentry;          /* channel file dentry */
        struct kref kref;               /* channel buffer refcount */
        struct page **page_array;       /* array of current buffer pages */