9
0
Fork 0

fs: ubifs: remove redundant macro defines

fs/ubifs/ubifs.h includes <common.h> and the macros INT_MAX, INT_MIN,
LLONG_MAX are already defined there.

The same defines in fs/ubifs/ubifs.h are redundant.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Masahiro Yamada 2015-01-21 14:09:15 +09:00 committed by Sascha Hauer
parent ea1f2061bd
commit 150cf52a3e
1 changed files with 0 additions and 4 deletions

View File

@ -318,10 +318,6 @@ struct file {
#define MAX_LFS_FILESIZE 0x7fffffffffffffffUL
#endif
#define INT_MAX ((int)(~0U>>1))
#define INT_MIN (-INT_MAX - 1)
#define LLONG_MAX ((long long)(~0ULL>>1))
/*
* These are the fs-independent mount-flags: up to 32 flags are supported
*/