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

Commit 1b23830b authored by Sanjay Dwivedi's avatar Sanjay Dwivedi
Browse files

bootkpi: Remove kpi marker for usb enum from configfs



USB Enumeration kpi marker is added in composit driver.

Change-Id: I5dc0db31efe2a22fa786a880ea3525392b24d518
Signed-off-by: default avatarSanjay Dwivedi <sanjaykd@codeaurora.org>
parent b8723574
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
#include <linux/nls.h>
#include <linux/usb/composite.h>
#include <linux/usb/gadget_configfs.h>
#include <soc/qcom/boot_stats.h>
#include "configfs.h"
#include "u_f.h"
#include "u_os_desc.h"
@@ -1461,7 +1460,6 @@ static void android_work(struct work_struct *data)
		kobject_uevent_env(&gi->dev->kobj,
					KOBJ_CHANGE, configured);
		pr_info("%s: sent uevent %s\n", __func__, configured[0]);
		place_marker("M - USB enumeration complete");
		uevent_sent = true;
	}