]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/workqueue.c
[PATCH] arm26: kernel/irq.c: fix compilation
[karo-tx-linux.git] / kernel / workqueue.c
index 82c4fa70595cce5c929b8e431047d882749d0227..b052e2c4c71053720e87606e20924cfec5f3f27c 100644 (file)
@@ -147,7 +147,7 @@ int fastcall queue_delayed_work(struct workqueue_struct *wq,
        return ret;
 }
 
-static inline void run_workqueue(struct cpu_workqueue_struct *cwq)
+static void run_workqueue(struct cpu_workqueue_struct *cwq)
 {
        unsigned long flags;