aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_iseries.c
Commit message (Collapse)AuthorAge
* tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker2011-10-31
| | | | | | | | | | | We are cleaning up the issue that means module.h is omnipresent. These tty users are the people who implictly are relying on that. Fix up the real users to call out the include that they really need. In the case of jsm_driver.c file, it had moduleparam.h but that isn't enough and it needs the full module.h Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
* tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman2011-01-13
As requested by Arnd Bergmann, the hvc drivers are now moved to the drivers/tty/hvc/ directory. The virtio_console.c driver was also moved, as it required the hvc_console.h file to be able to be built, and it really is a hvc driver. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>