aboutsummaryrefslogtreecommitdiffstats
path: root/net/x25/af_x25.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/x25/af_x25.c')
-rw-r--r--net/x25/af_x25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c
index 3e16c6abde4f..a306bc66000e 100644
--- a/net/x25/af_x25.c
+++ b/net/x25/af_x25.c
@@ -232,7 +232,7 @@ static int x25_device_event(struct notifier_block *this, unsigned long event,
232 return NOTIFY_DONE; 232 return NOTIFY_DONE;
233 233
234 if (dev->type == ARPHRD_X25 234 if (dev->type == ARPHRD_X25
235#if defined(CONFIG_LLC) || defined(CONFIG_LLC_MODULE) 235#if IS_ENABLED(CONFIG_LLC)
236 || dev->type == ARPHRD_ETHER 236 || dev->type == ARPHRD_ETHER
237#endif 237#endif
238 ) { 238 ) {