X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=kernel%2Flinux%2Figb_uio%2Fcompat.h;h=8dbb896ae1185997a1091750e9eaf53b1fa901a9;hb=825ab257b5ce8235ab0cdc260e5b7b757e102875;hp=e5df51567a1d9413246dc1cbc19514f10d7cd988;hpb=d67014c3d38b20ac4cfe103f5a7a2107feaa5acf;p=dpdk.git diff --git a/kernel/linux/igb_uio/compat.h b/kernel/linux/igb_uio/compat.h index e5df51567a..8dbb896ae1 100644 --- a/kernel/linux/igb_uio/compat.h +++ b/kernel/linux/igb_uio/compat.h @@ -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;