dev: gcdb: add pinfo into target_ldo_ctrl

Add pinfo as parameter into target_ldo_ctrl() so that
target_ldo_ctrl() can be customized base on panel info.

Change-Id: Ibc291e01d98e5725c1b8ee35917f7c678915ce53
diff --git a/target/target_display.c b/target/target_display.c
index bac8a52..9333e2d 100644
--- a/target/target_display.c
+++ b/target/target_display.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
@@ -62,6 +62,10 @@
 {
 	return 0;
 }
+__WEAK int target_ldo_ctrl(uint8_t enable, struct msm_panel_info *pinfo)
+{
+    return 0;
+}
 
 __WEAK void target_edp_panel_init(struct msm_panel_info *pinfo)
 {