Commit 9700fe23 authored by Russell King's avatar Russell King

[SERIAL] Fix serial includes for modversions/modules.

This fixes the build error that occurs if you have a certain selection
of module/modversions settings.
parent ae817269
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment