Commit 99a751c7 authored by Sabitha George's avatar Sabitha George Committed by Greg Kroah-Hartman

staging: ks7010: Replace asm/uaccess.h and asm/atomic.h

Replaces  inclusion of asm/uaccess.h with linux/uaccess.h
and asm/atomic.h with linux/atomic.h in ks_wlan_net.c
Signed-off-by: default avatarSabitha George <sabitha.george@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2072763c
......@@ -24,9 +24,9 @@
#include <linux/pci.h>
#include <linux/ctype.h>
#include <linux/timer.h>
#include <asm/atomic.h>
#include <linux/atomic.h>
#include <linux/io.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
static int wep_on_off;
#define WEP_OFF 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment