diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-28 00:14:23 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:31:27 +0400 |
commit | 578b9ce0095ff3dd2c3b94508407c3be8fcce68d (patch) | |
tree | f80ad096b591a2c1b00eb9200e22c5a0bed0d9a7 /drivers/tty/serial/timbuart.c | |
parent | a59b968ee0ff6e68443d5790fda2a117b36c1f9b (diff) | |
download | linux-578b9ce0095ff3dd2c3b94508407c3be8fcce68d.tar.xz |
tty: Add module.h to drivers/tty users who just expect it there.
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>
Diffstat (limited to 'drivers/tty/serial/timbuart.c')
-rw-r--r-- | drivers/tty/serial/timbuart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/timbuart.c b/drivers/tty/serial/timbuart.c index a4b63bfeaa2f..e76c8b747fb8 100644 --- a/drivers/tty/serial/timbuart.c +++ b/drivers/tty/serial/timbuart.c @@ -29,6 +29,7 @@ #include <linux/platform_device.h> #include <linux/ioport.h> #include <linux/slab.h> +#include <linux/module.h> #include "timbuart.h" |