summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sgi.com>2003-02-19 20:28:09 +0100
committerChristoph Hellwig <hch@lab343.munich.sgi.com>2003-02-19 20:28:09 +0100
commitc300156f3eccff788ec44ae88b4ac19f9ba9ac9d (patch)
tree5a36ba3f305008fc10852cc0becab6f4b17dd1f8
parent57c2e62d4f3a24fefe5bfa4a74b27af40992b346 (diff)
[XFS] Remove unused init_spinlock #define
SGI Modid: 2.5.x-xfs:slinx:139854a
-rw-r--r--fs/xfs/support/spin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/support/spin.h b/fs/xfs/support/spin.h
index f28f251ce8c3..4a876797f820 100644
--- a/fs/xfs/support/spin.h
+++ b/fs/xfs/support/spin.h
@@ -46,7 +46,6 @@
typedef spinlock_t lock_t;
#define spinlock_init(lock, name) spin_lock_init(lock)
-#define init_spinlock(lock, name, ll) spin_lock_init(lock)
#define spinlock_destroy(lock)
static inline unsigned long mutex_spinlock(lock_t *lock)