From 0b7bbf29d5864fc2939ab9b954c0e1d18a24bffd Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Tue, 14 Dec 2010 03:43:35 -0500 Subject: [PATCH] recovery: Remove condition around get_root_mtd_partition Change-Id: I2e763000f65aba342f1851c7e94778a815bbaa6f --- roots.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/roots.c b/roots.c index a97970e..3788d45 100644 --- a/roots.c +++ b/roots.c @@ -314,7 +314,6 @@ get_root_partition_device(const char *root_path, char *device) return info->device; } -#ifndef BOARD_HAS_NO_MISC_PARTITION const MtdPartition * get_root_mtd_partition(const char *root_path) { @@ -332,7 +331,6 @@ get_root_mtd_partition(const char *root_path) mtd_scan_partitions(); return mtd_find_partition_by_name(info->partition_name); } -#endif int format_root_device(const char *root)