mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-14 18:22:56 +00:00
From: Domen Puncer <domen@coderock.org>
Replace
static unsigned char lanai4_data[20472] __initdata = {
<thousands of 0x00's>
}
with
static unsigned char lanai4_data[20472] __initdata = { };
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
5006 lines
424 KiB
5006 lines
424 KiB