diff options
author | Georges-Axel Jaloyan <[email protected]> | 2015-04-02 16:10:31 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2015-04-03 12:42:23 +0200 |
commit | 9fb186cf6907ba4e873d8396d7e5abfa4f22ca4e (patch) | |
tree | ed5b6282185738fe37ba582aba06f67da4475921 | |
parent | acc59a8b93ed4b57598506f30c89275dbb3f7f61 (diff) |
Staging: Lustre: rw26.c: include according to checkpatch.pl
Signed-off-by: Georges-Axel Jaloyan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/lustre/lustre/llite/rw26.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/rw26.c b/drivers/staging/lustre/lustre/llite/rw26.c index 2f21304046aa..91442fab5725 100644 --- a/drivers/staging/lustre/lustre/llite/rw26.c +++ b/drivers/staging/lustre/lustre/llite/rw26.c @@ -44,7 +44,7 @@ #include <linux/stat.h> #include <linux/errno.h> #include <linux/unistd.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include <linux/migrate.h> #include <linux/fs.h> |