From 21e7e3cca0c5a1ef7b3e5a9c85df05c92f23596f Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Wed, 8 Dec 2010 02:28:16 +0100 Subject: shortprint: Remove third argument from macro DECLARE_WORK() --- shortprint/shortprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortprint/shortprint.c b/shortprint/shortprint.c index e0cffd1..17eebeb 100644 --- a/shortprint/shortprint.c +++ b/shortprint/shortprint.c @@ -108,7 +108,7 @@ static DECLARE_WAIT_QUEUE_HEAD(shortp_out_queue); * workqueue. */ static void shortp_do_work(void *); -static DECLARE_WORK(shortp_work, shortp_do_work, NULL); +static DECLARE_WORK(shortp_work, shortp_do_work); static struct workqueue_struct *shortp_workqueue; /* -- cgit v1.2.1-18-gbd029