diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-06-03 15:38:50 +0400 |
---|---|---|
committer | Artem Bityutskiy <dedekind1@gmail.com> | 2011-07-04 11:54:33 +0400 |
commit | 0a541b14e819f972d14f29d17cb9fd8b4b71222e (patch) | |
tree | b996e3d7aeb4d05e398b805792e8d16c840edbf1 /fs/ubifs/debug.c | |
parent | d3b2578f56e0a77b9e261d83e9b5a0a666b82980 (diff) | |
download | linux-0a541b14e819f972d14f29d17cb9fd8b4b71222e.tar.xz |
UBIFS: stop re-defining UBI operations
Now when we use UBIFS helpers for all the I/O, we can remove the horrible hack
of re-defining UBI I/O functions.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/debug.c')
-rw-r--r-- | fs/ubifs/debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index 059c586b5ef8..3a7344124f30 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c @@ -27,8 +27,6 @@ * various local functions of those subsystems. */ -#define UBIFS_DBG_PRESERVE_UBI - #include "ubifs.h" #include <linux/module.h> #include <linux/debugfs.h> |