mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
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:
committed by
Greg Kroah-Hartman
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 */
|
||||
|
||||
Reference in New Issue
Block a user