diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-23 20:12:50 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-24 13:10:05 -0700 |
commit | 446969084d33a4064a39d280806da642c54ba4ac (patch) | |
tree | 0887795d96007b228733c9499bda1731d64e48fe /fs/namei.c | |
parent | 35c9646062eba15351c6d64ea0c02176e5cb66ac (diff) | |
download | op-kernel-dev-446969084d33a4064a39d280806da642c54ba4ac.zip op-kernel-dev-446969084d33a4064a39d280806da642c54ba4ac.tar.gz |
kernel: Move REPEAT_BYTE definition into linux/kernel.h
And make sure that everything using it explicitly includes
that header file.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/namei.c')
-rw-r--r-- | fs/namei.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ #include <linux/init.h> #include <linux/export.h> +#include <linux/kernel.h> #include <linux/slab.h> #include <linux/fs.h> #include <linux/namei.h> |