summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-02-13 17:31:17 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-02-13 17:31:17 +0000
commitd4e976a36f3d6374ecb8090fde407211fb3fc260 (patch)
tree34765593f0261475e528702a307c755d28538ca6 /target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
parent2401b1a12ae3c84cf6c005789f228d75df075be6 (diff)
Upgrade brcm63xx to 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c')
-rw-r--r--target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c b/target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
index b026aa10a..8fff16dd9 100644
--- a/target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
+++ b/target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
@@ -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;