OSDN Git Service

staging: i4l: pcbit: replace some include asm/*.h with linux/*.h
authorAlexander Alemayhu <alexander@alemayhu.com>
Thu, 13 Oct 2016 03:57:20 +0000 (05:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:27:26 +0000 (10:27 +0200)
commit4b6588dc2fedff4dc95095f1157e778611e440be
treeb7cf8093a6aa7f203314999252c77404cac370ee
parentcb2ec2eff20690397ba65c479074d89eeef11004
staging: i4l: pcbit: replace some include asm/*.h with linux/*.h

Fixes the following checkpatch output:

./pcbit/capi.c:39: WARNING: Use #include <linux/io.h> instead of <asm/io.h>
./pcbit/capi.c:40: WARNING: Use #include <linux/string.h> instead of <asm/string.h>
./pcbit/callbacks.c:25: WARNING: Use #include <linux/io.h> instead of <asm/io.h>
./pcbit/layer2.c:39: WARNING: Use #include <linux/io.h> instead of <asm/io.h>
./pcbit/drv.c:34: WARNING: Use #include <linux/string.h> instead of <asm/string.h>
./pcbit/drv.c:35: WARNING: Use #include <linux/io.h> instead of <asm/io.h>
./pcbit/edss1.c:26: WARNING: Use #include <linux/io.h> instead of <asm/io.h>

Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/i4l/pcbit/callbacks.c
drivers/staging/i4l/pcbit/capi.c
drivers/staging/i4l/pcbit/drv.c
drivers/staging/i4l/pcbit/edss1.c
drivers/staging/i4l/pcbit/layer2.c