]> git.droids-corp.org - dpdk.git/blobdiff - kernel/linux/igb_uio/compat.h
net/enic: add VLAN and csum offloads to simple Tx handler
[dpdk.git] / kernel / linux / igb_uio / compat.h
index e5df51567a1d9413246dc1cbc19514f10d7cd988..8dbb896ae1185997a1091750e9eaf53b1fa901a9 100644 (file)
@@ -143,7 +143,7 @@ static inline bool igbuio_kernel_is_locked_down(void)
 #ifdef CONFIG_LOCK_DOWN_KERNEL
 #ifdef CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT
        return kernel_is_locked_down(NULL);
-#elif CONFIG_EFI_SECURE_BOOT_LOCK_DOWN
+#elif defined(CONFIG_EFI_SECURE_BOOT_LOCK_DOWN)
        return kernel_is_locked_down();
 #else
        return false;