openpower: Remove VCS workaround service

This was a P9 DD1 workaround. These systems are no longer supported and
are not found in the wild, so the workaround has been retired.

Most (all?) platforms in the tree opted out of this package by using
RDEPENDS_${PN}_remove_, so this should be a noop.

Change-Id: I951f5812ca3279a2a91eb72f4aed62307c8aedf0
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/conf/machine/include/p9.inc b/conf/machine/include/p9.inc
index b0e0bb9..4c30aac 100644
--- a/conf/machine/include/p9.inc
+++ b/conf/machine/include/p9.inc
@@ -1,2 +1,2 @@
-OBMC_MACHINE_FEATURES += 'p9-vcs-workaround op-fsi p9-cfam-override'
+OBMC_MACHINE_FEATURES += 'op-fsi p9-cfam-override'
 PREFERRED_PROVIDER_virtual/obmc-host-ctl = "p9-host-start"