hwc: Do not use the sequence lock in eventcontrol

The eventcontrol is not part of the prepare/set sequence and
hence should not indefinitely wait on the condition to turn
on/off the vsync.

Change-Id: I5f065e68bb3171ee684d2810f4856fc28c287df6
CRs-fixed: 1008557
diff --git a/sdm/libs/hwc/hwc_session.cpp b/sdm/libs/hwc/hwc_session.cpp
index 7928765..87c3d00 100644
--- a/sdm/libs/hwc/hwc_session.cpp
+++ b/sdm/libs/hwc/hwc_session.cpp
@@ -432,8 +432,6 @@
 }
 
 int HWCSession::EventControl(hwc_composer_device_1 *device, int disp, int event, int enable) {
-  SEQUENCE_WAIT_SCOPE_LOCK(locker_);
-
   if (!device) {
     return -EINVAL;
   }