[PATCH] drivers/net/myri_code.h cleanup
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>
Loading
Please register or sign in to comment