]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - block/blk-softirq.c
ARM: dts: at91: sama5d3_xplained: fix ADC vref
[karo-tx-linux.git] / block / blk-softirq.c
index 96631e6a22b9628f124eb7d0b106261d43cfb21f..87b7df4851bffd06cc94c802267546651d15a11b 100644 (file)
@@ -9,6 +9,7 @@
 #include <linux/interrupt.h>
 #include <linux/cpu.h>
 #include <linux/sched.h>
+#include <linux/sched/topology.h>
 
 #include "blk.h"
 
@@ -18,7 +19,7 @@ static DEFINE_PER_CPU(struct list_head, blk_cpu_done);
  * Softirq action handler - move entries to local list and loop over them
  * while passing them to the queue registered handler.
  */
-static void blk_done_softirq(struct softirq_action *h)
+static __latent_entropy void blk_done_softirq(struct softirq_action *h)
 {
        struct list_head *cpu_list, local_list;