diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2002-10-06 02:02:22 +0100 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2002-10-06 02:02:22 +0100 |
| commit | 9700fe235c071b13c67c3abaea46e75fa6319154 (patch) | |
| tree | 40855bef1708224ecb6e220a266a571c5e2eaa5c | |
| parent | ae8172699dc084417d18f0f839e220cfd3363166 (diff) | |
[SERIAL] Fix serial includes for modversions/modules.
This fixes the build error that occurs if you have a certain selection
of module/modversions settings.
| -rw-r--r-- | drivers/serial/8250.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index ce9319f16132..c4ff92f90e67 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c @@ -32,6 +32,7 @@ #include <linux/sysrq.h> #include <linux/serial_reg.h> #include <linux/serialP.h> +#include <linux/serial.h> #include <linux/delay.h> #include <asm/io.h> |
