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>
This commit is contained in:
Artem Bityutskiy
2011-06-03 14:38:50 +03:00
committed by Artem Bityutskiy
parent d3b2578f56
commit 0a541b14e8
2 changed files with 0 additions and 9 deletions

View File

@@ -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>