aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/dgap/dgap_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/dgap/dgap_driver.c b/drivers/staging/dgap/dgap_driver.c
index 9f777e41c9a6..724a685753dd 100644
--- a/drivers/staging/dgap/dgap_driver.c
+++ b/drivers/staging/dgap/dgap_driver.c
@@ -36,6 +36,7 @@
36#include <linux/module.h> 36#include <linux/module.h>
37#include <linux/pci.h> 37#include <linux/pci.h>
38#include <linux/delay.h> /* For udelay */ 38#include <linux/delay.h> /* For udelay */
39#include <linux/slab.h>
39#include <asm/uaccess.h> /* For copy_from_user/copy_to_user */ 40#include <asm/uaccess.h> /* For copy_from_user/copy_to_user */
40 41
41#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,39) 42#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,39)