crypto: caam - static constify error data
authorKim Phillips <kim.phillips@freescale.com>
Tue, 26 Mar 2013 23:10:15 +0000 (18:10 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Apr 2013 13:01:43 +0000 (21:01 +0800)
commit96aef9a8ba37da48f2ae9612ccd0f6b7bc0542eb
tree207491844cb49dafaceb77293cfda7f57dd8f6a3
parent66b3e8879f42a571e6779a6c4e5ed486aaaf6fef
crypto: caam - static constify error data

checkstack reports report_deco_status(), report_ccb_status() as
particularly excessive stack users.  Move their lookup tables
off the stack and put them in .rodata.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/error.c