1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Upgrade brcm63xx to 2.6.24

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10455 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-02-13 17:31:17 +00:00
parent 2401b1a12a
commit d4e976a36f
14 changed files with 481 additions and 457 deletions

View 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;