summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-02-13 17:31:17 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-02-13 17:31:17 +0000
commitebf4eb11e9a15e1d76a373c453dfd8f2752a4bd6 (patch)
tree08f73c8455580480092fc17eff25fadfeebdba3a /target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
parentc592ef61b366aa791913ce6956b362afba08e7fe (diff)
downloadmtk-20170518-ebf4eb11e9a15e1d76a373c453dfd8f2752a4bd6.zip
mtk-20170518-ebf4eb11e9a15e1d76a373c453dfd8f2752a4bd6.tar.gz
mtk-20170518-ebf4eb11e9a15e1d76a373c453dfd8f2752a4bd6.tar.bz2
Upgrade brcm63xx to 2.6.24
SVN-Revision: 10455
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 b026aa1..8fff16d 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;