kthread: kthread worker API cleanup
[cascardo/linux.git] / include / linux / ioprio.h
index beb9ce1..8c12390 100644 (file)
@@ -7,7 +7,6 @@
 /*
  * Gives us 8 prio classes with 13-bits of data for each class
  */
-#define IOPRIO_BITS            (16)
 #define IOPRIO_CLASS_SHIFT     (13)
 #define IOPRIO_PRIO_MASK       ((1UL << IOPRIO_CLASS_SHIFT) - 1)