[kernel] update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches
[openwrt.git] / target / linux / brcm63xx / files / drivers / serial / bcm63xx_cons.c
index b026aa1..8fff16d 100644 (file)
@@ -893,7 +893,7 @@ static int bcm63xx_cons_open(struct tty_struct *tty, struct file *filp)
 
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
-       info->pgrp = process_group(current);
+       info->pgrp = task_pgrp(current);
 #else
        info->session = current->session;
        info->pgrp = current->pgrp;
This page took 0.026429 seconds and 4 git commands to generate.