]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m32r/semaphore.h
sis190: scheduling while atomic error
[linux-2.6-omap-h63xx.git] / include / asm-m32r / semaphore.h
index 81750edc8916267e035dcf47484afe001910c74a..b5bf95a6f2b475890eebdd8ff5f3eec29e872153 100644 (file)
@@ -12,7 +12,6 @@
  * Copyright (C) 2004, 2006  Hirokazu Takata <takata at linux-m32r.org>
  */
 
-#include <linux/config.h>
 #include <linux/wait.h>
 #include <linux/rwsem.h>
 #include <asm/assembler.h>
@@ -36,7 +35,6 @@ struct semaphore {
        struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
 
 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1)
-#define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0)
 
 static inline void sema_init (struct semaphore *sem, int val)
 {