aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-03-16 18:33:46 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-03-16 18:33:46 +0000
commit11109c25159348261d1bbbe91c994071b7a6fd5e (patch)
tree9ca24e17f8608203dbdeb18c594d813621220a23
parenta738f566e686fbe159dd1cfb71be6e343ed91fe6 (diff)
downloadupstream-11109c25159348261d1bbbe91c994071b7a6fd5e.tar.gz
upstream-11109c25159348261d1bbbe91c994071b7a6fd5e.tar.bz2
upstream-11109c25159348261d1bbbe91c994071b7a6fd5e.zip
Fix the serial driver with the devfs removal
SVN-Revision: 6577
-rw-r--r--target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch2
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;