[patch 01/35] bit_spinlock: add required includes

From: npiggin
Date: Mon Oct 18 2010 - 23:56:16 EST


Signed-off-by: Nick Piggin <npiggin@xxxxxxxxx>

---
include/linux/bit_spinlock.h | 4 ++++
1 file changed, 4 insertions(+)

Index: linux-2.6/include/linux/bit_spinlock.h
===================================================================
--- linux-2.6.orig/include/linux/bit_spinlock.h 2010-10-19 14:17:28.000000000 +1100
+++ linux-2.6/include/linux/bit_spinlock.h 2010-10-19 14:18:58.000000000 +1100
@@ -1,6 +1,10 @@
#ifndef __LINUX_BIT_SPINLOCK_H
#define __LINUX_BIT_SPINLOCK_H

+#include <linux/kernel.h>
+#include <linux/preempt.h>
+#include <asm/atomic.h>
+
/*
* bit-based spin_lock()
*


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/