]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/qe/uccf.c
Merge branch 'master' of git://git.denx.de/u-boot-net
[karo-tx-uboot.git] / drivers / qe / uccf.c
index 4a327ab48f64a4ea5f480c889fc5a203a5624c13..7f6337bac8e851e6309ab5ff6fd9a4fae411db5a 100644 (file)
@@ -28,7 +28,6 @@
 #include "qe.h"
 #include "uccf.h"
 
-#if defined(CONFIG_QE)
 void ucc_fast_transmit_on_demand(ucc_fast_private_t *uccf)
 {
        out_be16(&uccf->uf_regs->utodr, UCC_FAST_TOD);
@@ -401,4 +400,3 @@ int ucc_fast_init(ucc_fast_info_t *uf_info, ucc_fast_private_t  **uccf_ret)
        *uccf_ret = uccf;
        return 0;
 }
-#endif /* CONFIG_QE */