From: Sabitha George Date: Sun, 9 Oct 2016 05:54:02 +0000 (+0530) Subject: staging: ks7010: Replace header files X-Git-Tag: v4.10-rc1~148^2~717 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=592c61165b52ef2047aad179fc8bd63bdc5e4770;p=karo-tx-linux.git staging: ks7010: Replace header files This patch replaces inclusion of asm/atomic.h with linux/atomic.h and asm/io.h with linux/io.h to fix checkpatch warning in ks_wlan.h Signed-off-by: Sabitha George Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks_wlan.h b/drivers/staging/ks7010/ks_wlan.h index c2cc288ae899..5851714b6359 100644 --- a/drivers/staging/ks7010/ks_wlan.h +++ b/drivers/staging/ks7010/ks_wlan.h @@ -25,13 +25,13 @@ #include /* struct net_device_stats, struct sk_buff */ #include #include -#include /* struct atmic_t */ +#include /* struct atomic_t */ #include /* struct timer_list */ #include #include /* struct completion */ #include -#include +#include #include "ks7010_sdio.h"