fix breakage from introducing bits header for sys/io.h
[musl] / arch / i386 / bits / io.h
index d26ea57..dd5bddc 100644 (file)
@@ -1,6 +1,3 @@
-int iopl(int);
-int ioperm(unsigned long, unsigned long, int);
-
 static __inline void outb(unsigned char __val, unsigned short __port)
 {
        __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port));