summaryrefslogtreecommitdiff
path: root/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15curve: curve25519_encode/curve25519_decode: simplify crypto transformsDaniel Borkmann1-0/+4
2013-06-11curve: move selftest to own fileDaniel Borkmann1-0/+4
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann1-0/+1
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann1-0/+19
href='/cgit.cgi/linux/net-next.git/commit/Documentation?h=nds-private-remove&id=29cf67b99527296e9c9b9f6995c1d271d21f79c0'>29cf67b99527296e9c9b9f6995c1d271d21f79c0 (patch) tree6f81c1dcd4b20077b4d76076685723ba3d93bc85 /Documentation parent515511a7920c69aebf7f5fef0cb8e1df6767f34c (diff)
ASoC: hdac_hdmi: Remove the unused 'timeout' variable
Commit b2047e996cd88d3 ("ASoC: hdac_hdmi: add link management") introuduced the following build warning: sound/soc/codecs/hdac_hdmi.c:1721:16: warning: unused variable 'timeout' [-Wunused-variable] Remove the unused 'timeout' variable. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')