aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/class.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-03-12 19:21:24 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2010-03-12 19:21:24 -0500
commit11bfe2ea732c6499c46c4f3a63d567c05b9dbafd (patch)
treefc35e4a171eba06910b60652ae0f8c1e68bd86ef /drivers/rtc/class.c
parentb6fedfd2a18a489d31246312f7279f82e3cc6b37 (diff)
parent5b8a2fb34f5670b1f07483bfa40de9ce539dbdb2 (diff)
Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
* 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm: msm_sdcc.c: missing brackets in msmsdcc_resume()
Diffstat (limited to 'drivers/rtc/class.c')
0 files changed, 0 insertions, 0 deletions
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) { }