Fix the serial driver with the devfs removal
SVN-Revision: 6577
This commit is contained in:
parent
a738f566e6
commit
11109c2515
@ -9427,7 +9427,7 @@ diff -urN linux-2.6.19/drivers/serial/bcm63xx_cons.c linux-2.6.19.new/drivers/se
|
|||||||
+ return -ENOMEM;
|
+ return -ENOMEM;
|
||||||
+
|
+
|
||||||
+ serial_driver->owner = THIS_MODULE;
|
+ serial_driver->owner = THIS_MODULE;
|
||||||
+ serial_driver->devfs_name = "tts/";
|
+// serial_driver->devfs_name = "tts/";
|
||||||
+// serial_driver.magic = TTY_DRIVER_MAGIC;
|
+// serial_driver.magic = TTY_DRIVER_MAGIC;
|
||||||
+ serial_driver->name = "ttyS";
|
+ serial_driver->name = "ttyS";
|
||||||
+ serial_driver->major = TTY_MAJOR;
|
+ serial_driver->major = TTY_MAJOR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user