netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoload
[cascardo/linux.git] / net / x25 / af_x25.c
index 3e16c6a..a306bc6 100644 (file)
@@ -232,7 +232,7 @@ static int x25_device_event(struct notifier_block *this, unsigned long event,
                return NOTIFY_DONE;
 
        if (dev->type == ARPHRD_X25
-#if defined(CONFIG_LLC) || defined(CONFIG_LLC_MODULE)
+#if IS_ENABLED(CONFIG_LLC)
         || dev->type == ARPHRD_ETHER
 #endif
         ) {