Merge remote-tracking branch 'sound-asoc/for-next'
[deliverable/linux.git] / kernel / softirq.c
index 17caf4b63342d7839528f367b283a386413b0362..34033fd09c8c66ffe1249db174a3db780e28df94 100644 (file)
@@ -482,7 +482,7 @@ void __tasklet_hi_schedule_first(struct tasklet_struct *t)
 }
 EXPORT_SYMBOL(__tasklet_hi_schedule_first);
 
-static void tasklet_action(struct softirq_action *a)
+static __latent_entropy void tasklet_action(struct softirq_action *a)
 {
        struct tasklet_struct *list;
 
@@ -518,7 +518,7 @@ static void tasklet_action(struct softirq_action *a)
        }
 }
 
-static void tasklet_hi_action(struct softirq_action *a)
+static __latent_entropy void tasklet_hi_action(struct softirq_action *a)
 {
        struct tasklet_struct *list;
 
This page took 0.032127 seconds and 5 git commands to generate.