diff options
Diffstat (limited to 'fs/efs/efs.h')
-rw-r--r-- | fs/efs/efs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/efs/efs.h b/fs/efs/efs.h index 5528926ac7f6..5bbf9612140c 100644 --- a/fs/efs/efs.h +++ b/fs/efs/efs.h | |||
@@ -7,6 +7,12 @@ | |||
7 | #ifndef _EFS_EFS_H_ | 7 | #ifndef _EFS_EFS_H_ |
8 | #define _EFS_EFS_H_ | 8 | #define _EFS_EFS_H_ |
9 | 9 | ||
10 | #ifdef pr_fmt | ||
11 | #undef pr_fmt | ||
12 | #endif | ||
13 | |||
14 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
15 | |||
10 | #include <linux/fs.h> | 16 | #include <linux/fs.h> |
11 | #include <asm/uaccess.h> | 17 | #include <asm/uaccess.h> |
12 | 18 | ||