Commit 593ee0f9 authored by Russell King's avatar Russell King

[ARM] Allow arch/arm/kernel/bios32.c to build for iop310

bios32.c uses outb(), and therefore should have asm/io.h included.
parent 1d33dc86
......@@ -12,6 +12,7 @@
#include <linux/init.h>
#include <asm/page.h> /* for BUG() */
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/mach-types.h>
#include <asm/mach/pci.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