diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:41 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:41 +0200 |
commit | 7ba44a5521cdb7fa1c72864025cde1e21a6f6921 (patch) | |
tree | a10d35f6c52b8d1c07f953dc49ec9f3100215f26 /drivers/qe/uccf.c | |
parent | ab6878c7bc68a7b5e5b731655bdc13221bbfc493 (diff) | |
download | u-boot-imx-7ba44a5521cdb7fa1c72864025cde1e21a6f6921.zip u-boot-imx-7ba44a5521cdb7fa1c72864025cde1e21a6f6921.tar.gz u-boot-imx-7ba44a5521cdb7fa1c72864025cde1e21a6f6921.tar.bz2 |
drivers/qe: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/qe/uccf.c')
-rw-r--r-- | drivers/qe/uccf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/qe/uccf.c b/drivers/qe/uccf.c index 4a327ab..7f6337b 100644 --- a/drivers/qe/uccf.c +++ b/drivers/qe/uccf.c @@ -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 */ |