Commit 3513bb86 authored by David S. Miller's avatar David S. Miller

include/sound/core.h: Always include linux/sched.h and asm/semaphore.h

parent 1c349f55
......@@ -22,9 +22,8 @@
*
*/
#ifdef CONFIG_PM
#include <linux/sched.h> /* wake_up() and struct semaphore */
#endif
#include <linux/sched.h> /* wake_up() */
#include <asm/semaphore.h> /* struct semaphore */
/* Typedef's */
typedef struct timeval snd_timestamp_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment