From: Sabitha George Date: Sun, 9 Oct 2016 05:54:02 +0000 (+0530) Subject: staging: ks7010: Replace header files X-Git-Tag: v4.14-rc1~1919^2~717 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=592c61165b52ef2047aad179fc8bd63bdc5e4770;p=platform%2Fkernel%2Flinux-rpi.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 c2cc288..5851714 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"