mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
[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>
This commit is contained in:
parent
c56943e655
commit
31c27f7334
1 changed files with 1 additions and 1282 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue