Merge branch 'master' of ../net-2.6/

Conflicts:

	net/ipv6/ndisc.c
This commit is contained in:
David S. Miller
2008-03-23 22:54:03 -07:00
12 changed files with 43 additions and 57 deletions

View File

@ -1225,6 +1225,10 @@ static int __init lane_module_init(void)
struct proc_dir_entry *p;
p = proc_create("lec", S_IRUGO, atm_proc_root, &lec_seq_fops);
if (!p) {
printk(KERN_ERR "Unable to initialize /proc/net/atm/lec\n");
return -ENOMEM;
}
#endif
register_atm_ioctl(&lane_ioctl_ops);