Staging: rtl8192u - changed include of asm/io.h
Changed include of <asm/io.h> to be <linux/io.h> Complies, but I don't have hardware. Found using checkpatch. Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2c513789b4
commit
52929b038b
@ -34,7 +34,7 @@
|
||||
#include <linux/proc_fs.h>
|
||||
#include <linux/if_arp.h>
|
||||
#include <linux/random.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/io.h>
|
||||
#include "ieee80211/ieee80211.h"
|
||||
|
||||
#define RTL8192U
|
||||
|
Loading…
Reference in New Issue
Block a user