Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47d53bf2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mtd: msm_qpic_nand: fix compilation warning"

parents 067cea2f 78a76231
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -336,7 +336,9 @@ struct flash_partition_table {
	struct flash_partition_entry part_entry[FLASH_PTABLE_MAX_PARTS_V4];
};

#ifdef CONFIG_MSM_SMD
static struct flash_partition_table ptable;
#endif

static struct mtd_partition mtd_part[FLASH_PTABLE_MAX_PARTS_V4];