From 8dd64acdbdf7796897f7dd491aa762c109c2567e Mon Sep 17 00:00:00 2001 From: Iulia Manda Date: Tue, 11 Mar 2014 00:10:12 +0200 Subject: [PATCH] Staging:dgnc: Use uaccess.h header from linux dir instead of asm Include instead of Signed-off-by: Iulia Manda Signed-off-by: Peter P Waskiewicz Jr --- drivers/staging/dgnc/dgnc_mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_mgmt.c b/drivers/staging/dgnc/dgnc_mgmt.c index 253547556d9b..8c0f5f69d8e8 100644 --- a/drivers/staging/dgnc/dgnc_mgmt.c +++ b/drivers/staging/dgnc/dgnc_mgmt.c @@ -42,7 +42,7 @@ #include /* For tasklet and interrupt structs/defines */ #include #include -#include /* For copy_from_user/copy_to_user */ +#include /* For copy_from_user/copy_to_user */ #include "dgnc_driver.h" #include "dgnc_pci.h" -- 2.39.5