diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-03-16 18:33:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-03-16 18:33:46 +0000 |
commit | 435be9b941c68d00105911fdf3f22bce52c4ccc0 (patch) | |
tree | b038ebe108549a79d1ca8678528d20fe222abf54 /target | |
parent | 59e316c32c8e82c0cea3ba41901c425ee2edfb16 (diff) | |
download | upstream-435be9b941c68d00105911fdf3f22bce52c4ccc0.tar.gz upstream-435be9b941c68d00105911fdf3f22bce52c4ccc0.tar.bz2 upstream-435be9b941c68d00105911fdf3f22bce52c4ccc0.zip |
Fix the serial driver with the devfs removal
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6577 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch b/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch index 2a33b69760..35dfe51ae8 100644 --- a/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch +++ b/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch @@ -9427,7 +9427,7 @@ diff -urN linux-2.6.19/drivers/serial/bcm63xx_cons.c linux-2.6.19.new/drivers/se + return -ENOMEM; + + serial_driver->owner = THIS_MODULE; -+ serial_driver->devfs_name = "tts/"; ++// serial_driver->devfs_name = "tts/"; +// serial_driver.magic = TTY_DRIVER_MAGIC; + serial_driver->name = "ttyS"; + serial_driver->major = TTY_MAJOR; |