13 Dec
2011
13 Dec
'11
7:29 a.m.
On Tue, 2011-12-13 at 14:09 +0800, Mark Brown wrote:
On Mon, Dec 05, 2011 at 01:09:50PM +0530, Vinod Koul wrote:
+#include <linux/file.h> +#include <linux/fs.h> +#include <linux/list.h> +#include <linux/mm.h> +#include <linux/mutex.h> +#include <linux/poll.h> +#include <linux/slab.h> +#include <linux/sched.h> +#include <linux/uio.h> +#include <linux/uaccess.h>
You need module.h in here for
+MODULE_DESCRIPTION("ALSA Compressed offload framework"); +MODULE_AUTHOR("Vinod Koul vinod.koul@linux.intel.com"); +MODULE_LICENSE("GPL v2");
this stuff.
Yes, the 3.2! Lazy me, didn't rebase this tree to 3.2 :( Fixed now....
--
~Vinod