|
@@ -44,7 +44,6 @@
|
|
|
|
|
|
#include "ubi-media.h"
|
|
#include "ubi-media.h"
|
|
#include "scan.h"
|
|
#include "scan.h"
|
|
-#include "debug.h"
|
|
|
|
|
|
|
|
/* Maximum number of supported UBI devices */
|
|
/* Maximum number of supported UBI devices */
|
|
#define UBI_MAX_DEVICES 32
|
|
#define UBI_MAX_DEVICES 32
|
|
@@ -478,6 +477,8 @@ struct ubi_device {
|
|
struct ubi_debug_info *dbg;
|
|
struct ubi_debug_info *dbg;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+#include "debug.h"
|
|
|
|
+
|
|
extern struct kmem_cache *ubi_wl_entry_slab;
|
|
extern struct kmem_cache *ubi_wl_entry_slab;
|
|
extern const struct file_operations ubi_ctrl_cdev_operations;
|
|
extern const struct file_operations ubi_ctrl_cdev_operations;
|
|
extern const struct file_operations ubi_cdev_operations;
|
|
extern const struct file_operations ubi_cdev_operations;
|