UBI: remove Kconfig debugging option
[pandora-kernel.git] / drivers / mtd / ubi / debug.c
index ce06752..3b86810 100644 (file)
@@ -106,8 +106,6 @@ void ubi_dump_vid_hdr(const struct ubi_vid_hdr *vid_hdr)
                       vid_hdr, UBI_VID_HDR_SIZE, 1);
 }
 
-#ifdef CONFIG_MTD_UBI_DEBUG
-
 /**
  * ubi_dump_vol_info - dump volume information.
  * @vol: UBI volume description object
@@ -482,5 +480,3 @@ void ubi_debugfs_exit_dev(struct ubi_device *ubi)
 {
        debugfs_remove_recursive(ubi->dbg->dfs_dir);
 }
-
-#endif /* CONFIG_MTD_UBI_DEBUG */