]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
OMAP5912: Fix omap5912 osk alsa driver [2/2]
authorHunter, Jon <jon-hunter@ti.com>
Wed, 13 Aug 2008 03:07:31 +0000 (22:07 -0500)
committerTony Lindgren <tony@atomide.com>
Wed, 13 Aug 2008 13:57:56 +0000 (16:57 +0300)
Corrected header file path in file sound/arm/omap/omap-alsa-dma.c.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
sound/arm/omap/omap-alsa-dma.c

index d2639332c2395739e94f4321ec7ef55b62ee08db..baafacf4b70cd2441c42987a27b26b7723255d1a 100644 (file)
@@ -64,9 +64,9 @@
 #include <linux/dma-mapping.h>
 #include <linux/io.h>
 #include <linux/uaccess.h>
+#include <linux/semaphore.h>
 
 #include <asm/hardware.h>
-#include <asm/semaphore.h>
 #include <asm/arch/dma.h>
 #include <asm/arch/mcbsp.h>
 #include <asm/arch/omap-alsa.h>