Remove empty unnamed interface

D-Bus interfaces require a dotted name with at least two parts, with the
recommended name reverse FQDN style. Without this change, the PFR
manager was constantly aborting because of the invalid name (with the
latest sdbusplus changes). If the interface is not used, then maybe it
should not be there.

Tested: The PFR manager is back up and running and can interact
        with other entities on the bus.

Change-Id: I260427f4e00e18d024f31578d58f4c6ca2bbb896
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
1 file changed