[PATCH] lockdep: disable lock debugging when kernel state becomes untrusted
[deliverable/linux.git] / kernel / softirq.c
index 215541e26c1a079a7230eac7d0b83ad1a674ea25..fd12f2556f0d1a82cf7b9052b54e701d44f54b53 100644 (file)
@@ -311,7 +311,7 @@ void open_softirq(int nr, void (*action)(struct softirq_action*), void *data)
        softirq_vec[nr].action = action;
 }
 
-EXPORT_SYMBOL(open_softirq);
+EXPORT_UNUSED_SYMBOL(open_softirq);  /*  June 2006  */
 
 /* Tasklets */
 struct tasklet_head
This page took 0.024299 seconds and 5 git commands to generate.