Re: [patch v2] tty: define tty_open_by_driver when CONFIG_TTY is not defined

2017-06-19 Thread Samuel Thibault
Okash Khawaja, on sam. 17 juin 2017 22:32:55 +0100, wrote: > This patch adds definition of tty_open_by_driver when CONFIG_TTY is not > defined. This was supposed to have been included in commit > 12e84c71b7d4ee38d51377fd494ac748ee4e6912 ("tty: export > tty_open_by_driver"). The patch follows conven

[patch v2] tty: define tty_open_by_driver when CONFIG_TTY is not defined

2017-06-17 Thread Okash Khawaja
This patch adds definition of tty_open_by_driver when CONFIG_TTY is not defined. This was supposed to have been included in commit 12e84c71b7d4ee38d51377fd494ac748ee4e6912 ("tty: export tty_open_by_driver"). The patch follows convention for other such functions and returns NULL. Signed-off-by: Oka