Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c749b013 authored by Denis V. Lunev's avatar Denis V. Lunev Committed by David S. Miller
Browse files

[ISDN]: Fix compile with CONFIG_ISDN_X25 disabled.



On Mon, Oct 15, 2007 at 06:44:56PM +0400, Denis V. Lunev wrote:
Compilation fix. The problem appears after
7c076d1de869256848dacb8de0050a3a390f95df by Karsten Keil <kkeil@suse.de>

Acked-by: default avatarKarsten Keil <kkeil@suse.de>
Signed-off-by: default avatarDenis V. Lunev <den@openvz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e5bbef20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2713,7 +2713,7 @@ isdn_net_setcfg(isdn_net_ioctl_cfg * cfg)
		case ISDN_NET_ENCAP_X25IFACE:
#ifndef CONFIG_ISDN_X25
			printk(KERN_WARNING "%s: isdn-x25 support not configured\n",
			       p->local->name);
			       p->dev->name);
			return -EINVAL;
#else
			p->dev->type = ARPHRD_X25;	/* change ARP type */