libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.
[linux-2.6-microblaze.git] / include / linux / radix-tree.h
index c2a9f7c..64ad900 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/bitops.h>
 #include <linux/kernel.h>
 #include <linux/list.h>
+#include <linux/percpu.h>
 #include <linux/preempt.h>
 #include <linux/rcupdate.h>
 #include <linux/spinlock.h>
@@ -376,7 +377,7 @@ radix_tree_chunk_size(struct radix_tree_iter *iter)
  * radix_tree_next_slot - find next slot in chunk
  *
  * @slot:      pointer to current slot
- * @iter:      pointer to interator state
+ * @iter:      pointer to iterator state
  * @flags:     RADIX_TREE_ITER_*, should be constant
  * Returns:    pointer to next slot, or NULL if there no more left
  *