aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rs5c348.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-05-22 04:12:23 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-05-22 04:12:23 -0400
commited0ad6d3a0720faa999e4bf9d4ed404cfd5eb4cc (patch)
treea333e1b48e3bf6db3c5356c4e8e7a536b84e47c5 /drivers/rtc/rtc-rs5c348.c
parent9255f1deec151ac0e84871d06bc27406cb81f26f (diff)
sh: fix up sh7786 dmaengine build.
The asm/dmaengine.h header is gone now, update accordingly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/rtc/rtc-rs5c348.c')
0 files changed, 0 insertions, 0 deletions
hl opt">->__crt_alg->cra_compress.coa_compress(tfm, src, slen, dst, dlen); } static int crypto_decompress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) { return tfm->__crt_alg->cra_compress.coa_decompress(tfm, src, slen, dst, dlen); } int crypto_init_compress_ops(struct crypto_tfm *tfm) { struct compress_tfm *ops = &tfm->crt_compress; ops->cot_compress = crypto_compress; ops->cot_decompress = crypto_decompress; return 0; } void crypto_exit_compress_ops(struct crypto_tfm *tfm) { }