staging/wlags49_h2: checkpatch: including <linux/*.h> instead of <asm/*.h>
authorStephan Gabert <stephan.gabert@fau.de>
Mon, 16 Jun 2014 14:50:49 +0000 (16:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:25:16 +0000 (17:25 -0700)
commit85da528df72cde1f25fe374c515dace9f0693e05
tree5fb8c0e9e3bc78a7bb9067313c075129ebc04648
parent05dca37303c10c7fa5a58138e6f0c8fb6b5f4e17
staging/wlags49_h2: checkpatch: including <linux/*.h> instead of <asm/*.h>

As warned by checkpatch.pl, one should use #include <linux/io.h>
instead of #include <asm/io.h> and #include <linux/bitops.h>
instead of #include <asm/bitops.h>.

Signed-off-by: Stephan Gabert <stephan.gabert@fau.de>
Signed-off-by: Nicolas Pfeiffer <nicolas.pfeiffer@fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_cs.c