From 0004ea613ac310daaee30c167112d796db33fa70 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 18 Nov 2012 19:58:15 -0500 Subject: fix breakage from introducing bits header for sys/io.h apparently some other archs have sys/io.h and should not break just because they don't have the x86 port io functions. provide a blank bits/io.h everywhere for now. --- arch/microblaze/bits/io.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 arch/microblaze/bits/io.h (limited to 'arch/microblaze/bits') diff --git a/arch/microblaze/bits/io.h b/arch/microblaze/bits/io.h new file mode 100644 index 00000000..e69de29b -- cgit v1.2.1