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:
parent
14285c1f97
commit
8f94967a4b
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue