tty: synclink_gt: Rename tty_driver_name
Eliminate symbol name collision with new tty core function, tty_driver_name(). Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
82b8f888e9
commit
076fe30334
@ -89,7 +89,7 @@
|
|||||||
* module identification
|
* module identification
|
||||||
*/
|
*/
|
||||||
static char *driver_name = "SyncLink GT";
|
static char *driver_name = "SyncLink GT";
|
||||||
static char *tty_driver_name = "synclink_gt";
|
static char *slgt_driver_name = "synclink_gt";
|
||||||
static char *tty_dev_prefix = "ttySLG";
|
static char *tty_dev_prefix = "ttySLG";
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
#define MGSL_MAGIC 0x5401
|
#define MGSL_MAGIC 0x5401
|
||||||
@ -3799,7 +3799,7 @@ static int __init slgt_init(void)
|
|||||||
|
|
||||||
/* Initialize the tty_driver structure */
|
/* Initialize the tty_driver structure */
|
||||||
|
|
||||||
serial_driver->driver_name = tty_driver_name;
|
serial_driver->driver_name = slgt_driver_name;
|
||||||
serial_driver->name = tty_dev_prefix;
|
serial_driver->name = tty_dev_prefix;
|
||||||
serial_driver->major = ttymajor;
|
serial_driver->major = ttymajor;
|
||||||
serial_driver->minor_start = 64;
|
serial_driver->minor_start = 64;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user