staging: lustre: lustre: obdclass: linux: include <linux/*.h> instead of <asm/*.h>
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Mon, 29 Sep 2014 10:33:12 +0000 (16:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:52:15 +0000 (09:52 -0700)
commit1bcb5bd899dbd2704e063608af01d529aae8d693
tree2726565a183727f6f6de72ee1c7ffe3223632168
parent3b7566d9dfb1c6f05d7390ddf42b449a2b36bad5
staging: lustre: lustre: obdclass: linux: include <linux/*.h> instead of <asm/*.h>

This patch fixes checpatch.pl warning in linux-module.c file.
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
WARNING: Use #include <linux/poll.h> instead of <asm/poll.h>
WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/linux/linux-module.c