Fix dependency in fsi-enable.service

The hub scan was removed, now it's just the regular fsi-scan.

Change-Id: I9fc73d5a21cb3233311f2eb5d583311461ed6cc7
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service
index 4e95b25..e148032 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service
@@ -1,8 +1,8 @@
 [Unit]
 Description=Enable FSI
 Conflicts=fsi-disable.service
-Wants=fsi-hub-scan@0.service
-Before=fsi-hub-scan@0.service
+Wants=fsi-scan@0.service
+Before=fsi-scan@0.service
 
 [Service]
 ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode"