Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c54a6390 authored by Johan Meiring's avatar Johan Meiring Committed by Greg Kroah-Hartman
Browse files

staging: wlags49_h2: wl_priv: fixes incorrect #include



This commit forces the file to use <linux/uaccess.h> instead of
<asm/uaccess.h>. Everything still compiles a-OK.

Signed-off-by: default avatarJohan Meiring <johanmeiring@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0af2d465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
#include <linux/ioport.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>

#include <debug.h>
#include <hcf.h>