lib: crc32: Mark test data __initconst
authorGeorge Spelvin <linux@horizon.com>
Mon, 23 Jun 2014 13:11:55 +0000 (15:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Jun 2014 23:03:59 +0000 (16:03 -0700)
commit4fa8e03b22df9b34f87906fa29de788bfa628bff
tree60a755b2ff7a67ca031b60a0974b86f9b93b693e
parent6d514b4e7737ad75a7e7e0a3f7dde45d46341691
lib: crc32: Mark test data __initconst

So it gets discarded after the selftest.

Signed-off-by: George Spelvin <linux@horizon.com>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/crc32.c