]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/msnd_pinnacle.c
sound: SH DAC audio driver updates.
[linux-2.6-omap-h63xx.git] / sound / oss / msnd_pinnacle.c
index 6ba03f89fc4364a50f94bae294eb3aada785bcd5..6d7763dae8952f7913058e21d00f72cb9b474789 100644 (file)
@@ -39,7 +39,6 @@
  ********************************************************************/
 
 #include <linux/kernel.h>
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/types.h>
@@ -892,7 +891,7 @@ static __inline__ int pack_DAPF_to_DAPQ(register int start)
 static int dsp_read(char __user *buf, size_t len)
 {
        int count = len;
-       char *page = (char *)__get_free_page(PAGE_SIZE);
+       char *page = (char *)__get_free_page(GFP_KERNEL);
 
        if (!page)
                return -ENOMEM;