Remove 'XeonCPU' from export template

This commit removes 'XeonCPU' from export template so that CPUs can
be exported by the cpusensor service with checking each CPU presence.

Tested: Only populated CPUs were exported.

Change-Id: I65a2e988e85c23ee207676ae8c4a60000998a2c4
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
diff --git a/include/devices.hpp b/include/devices.hpp
index 81ef10c..f7103ea 100644
--- a/include/devices.hpp
+++ b/include/devices.hpp
@@ -62,11 +62,7 @@
          {"EMC1413",
           ExportTemplate("emc1413 $Address",
                          "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
-         {"TMP112", ExportTemplate("tmp112 $Address",
-                                   "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
-         {"XeonCPU",
-          ExportTemplate("peci-client $Address",
-                         "/sys/bus/peci/devices/peci-$Bus/new_device")
-
-         }}};
+         {"TMP112",
+          ExportTemplate("tmp112 $Address",
+                         "/sys/bus/i2c/devices/i2c-$Bus/new_device")}}};
 } // namespace devices