From mboxrd@z Thu Jan 1 00:00:00 1970 From: npiggin@kernel.dk Subject: [patch 01/35] bit_spinlock: add required includes Date: Tue, 19 Oct 2010 14:42:17 +1100 Message-ID: <20101019034655.543736148@kernel.dk> References: <20101019034216.319085068@kernel.dk> To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Content-Disposition: inline; filename=bit_spinlock-includes.patch Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Signed-off-by: Nick Piggin --- 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 +#include +#include + /* * bit-based spin_lock() *