staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.h

Use #include <linux/uaccess.h> instead of <asm/uaccess.h>

Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Raphaël Beamonte 2015-08-18 12:58:09 -04:00 committed by Greg Kroah-Hartman
parent 14285c1f97
commit 8f94967a4b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ double __extendsfdf2(float a)
#define CONFIG_RTL8192_IO_MAP
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include "r8192U_hw.h"
#include "r8192U.h"
#include "r8190_rtl8256.h" /* RTL8225 Radio frontend */