Skip to content

Commit

Permalink
Remove use of asm/semaphore.h
Browse files Browse the repository at this point in the history
Change to use linux/semaphore.h

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
  • Loading branch information
Matthew Wilcox authored and Matthew Wilcox committed Jul 24, 2008
1 parent 0f17e4c commit 6310e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-ns9xxx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#include <linux/clk.h>
#include <linux/string.h>
#include <linux/platform_device.h>
#include <linux/semaphore.h>

#include <asm/semaphore.h>
#include "clock.h"

static LIST_HEAD(clocks);
Expand Down

0 comments on commit 6310e47

Please sign in to comment.