[PATCH] per-task-delay-accounting: taskstats interface
[powerpc.git] / kernel / softirq.c
index 215541e..0f08a84 100644 (file)
@@ -311,8 +311,6 @@ void open_softirq(int nr, void (*action)(struct softirq_action*), void *data)
        softirq_vec[nr].action = action;
 }
 
-EXPORT_SYMBOL(open_softirq);
-
 /* Tasklets */
 struct tasklet_head
 {