staging/nvec: fix compilation error in nvec.c
authorMarc Dietrich <marvin24@gmx.de>
Mon, 10 Oct 2011 09:35:45 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Oct 2011 22:24:11 +0000 (15:24 -0700)
This fixes a compilation error in nvec.c due to the missing module.h include.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Cc: Julian Andres Klode <jak@jak-linux.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/nvec/nvec.c

index fb0f0959eafaea403c45c8fe8a96531789174b3e..e06b867d1e0c7a19b02db30a0962e59d48049f16 100644 (file)
@@ -17,6 +17,7 @@
 /* #define DEBUG */
 
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/atomic.h>
 #include <linux/clk.h>
 #include <linux/completion.h>
This page took 0.024816 seconds and 5 git commands to generate.