s5pc110: hwcomposer: update to hwcomposer HAL v1 api

Change-Id: I2dc71cca002a1c36898831c54e2bea281ac98744
diff --git a/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h b/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h
index ac81c0b..ff9ef4a 100644
--- a/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h
+++ b/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h
@@ -112,7 +112,7 @@
 };
 
 struct hwc_context_t {
-    hwc_composer_device_t     device;
+    hwc_composer_device_1_t     device;
 
     /* our private state goes below here */
     struct hwc_win_info_t     win[NUM_OF_WIN];