]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/lockdep.h
lockdep: remove duplicate definition of STATIC_LOCKDEP_MAP_INIT
[linux-2.6-omap-h63xx.git] / include / linux / lockdep.h
index b26fbc715a505f6ec412cefd3013423ff9350f6c..2486eb4edbf146b77effbfe27c14689ea70db1de 100644 (file)
@@ -278,14 +278,6 @@ extern void lockdep_init_map(struct lockdep_map *lock, const char *name,
                lockdep_init_map(&(lock)->dep_map, #lock, \
                                 (lock)->dep_map.key, sub)
 
-/*
- * To initialize a lockdep_map statically use this macro.
- * Note that _name must not be NULL.
- */
-#define STATIC_LOCKDEP_MAP_INIT(_name, _key) \
-       { .name = (_name), .key = (void *)(_key), }
-
-
 /*
  * Acquire a lock.
  *