platform: thulium: Remove lnbb clock support

Lnbb clock is controlled by RPM, do not enable lnbb clock
until the driver to support rpm communication is ready.

Change-Id: I85b1d722162ab105c951767e43f3d4aee2dda956
diff --git a/platform/thulium/acpuclock.c b/platform/thulium/acpuclock.c
index 3b76b91..445146c 100644
--- a/platform/thulium/acpuclock.c
+++ b/platform/thulium/acpuclock.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014-2015, 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
@@ -202,8 +202,6 @@
 		dprintf(CRITICAL, "failed to enable usb_phy_cfg_ahb2phy_clk = %d\n", ret);
 		ASSERT(0);
 	}
-
-	pm8x41_lnbb_clock_ctrl(1);
 }
 
 void clock_bumpup_pipe3_clk()