summaryrefslogtreecommitdiff
path: root/src/device/oprom/yabel/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/yabel/device.h')
-rw-r--r--src/device/oprom/yabel/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/yabel/device.h b/src/device/oprom/yabel/device.h
index 5259125f74..a8dfc8c4a1 100644
--- a/src/device/oprom/yabel/device.h
+++ b/src/device/oprom/yabel/device.h
@@ -62,7 +62,7 @@ typedef struct {
typedef struct {
u8 bus;
u8 devfn;
-#if CONFIG_PCI_OPTION_ROM_RUN_YABEL
+#if IS_ENABLED(CONFIG_PCI_OPTION_ROM_RUN_YABEL)
struct device* dev;
#else
u64 puid;