Convert asm/semaphore.h users to linux/semaphore.h

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
This commit is contained in:
Matthew Wilcox
2008-04-18 22:21:05 -04:00
committed by Matthew Wilcox
parent d7b1acd3b5
commit 6188e10d38
32 changed files with 35 additions and 36 deletions

View File

@@ -20,7 +20,7 @@
#include <linux/notifier.h>
#include <linux/genhd.h>
#include <linux/kallsyms.h>
#include <asm/semaphore.h>
#include <linux/semaphore.h>
#include "base.h"
#include "power/power.h"