diff options
Diffstat (limited to 'drivers/serial/serial_sti_asc.c')
-rw-r--r-- | drivers/serial/serial_sti_asc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/serial_sti_asc.c b/drivers/serial/serial_sti_asc.c index 27d3ec9dbc..5fbbfac820 100644 --- a/drivers/serial/serial_sti_asc.c +++ b/drivers/serial/serial_sti_asc.c @@ -11,6 +11,7 @@ #include <log.h> #include <serial.h> #include <asm/io.h> +#include <linux/bitops.h> DECLARE_GLOBAL_DATA_PTR; |