block: add QUEUE_FLAG_NOWAIT
[linux-2.6-microblaze.git] / include / linux / dynamic_queue_limits.h
index 99fc06f..407c2f2 100644 (file)
@@ -38,6 +38,8 @@
 
 #ifdef __KERNEL__
 
+#include <asm/bug.h>
+
 struct dql {
        /* Fields accessed in enqueue path (dql_queued) */
        unsigned int    num_queued;             /* Total ever queued */