]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc83xx/qe_io.c
83xx: split COBJS onto separate lines
[u-boot] / cpu / mpc83xx / qe_io.c
index 8b3937aa9b9594e2a54bb47db191124e03dab3d0..ce91a07d72557e71f0f6a431be24c0522a11a489 100644 (file)
@@ -25,7 +25,6 @@
 #include "asm/io.h"
 #include "asm/immap_83xx.h"
 
-#if defined(CONFIG_QE)
 #define        NUM_OF_PINS     32
 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign)
 {
@@ -81,5 +80,3 @@ void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign)
                out_be32(&par_io->ioport[port].ppar1, pin_2bit_assign | tmp_val);
        }
 }
-
-#endif /* CONFIG_QE */