[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:
Domen Puncer 2005-05-12 22:22:36 -04:00 committed by Jeff Garzik
parent c56943e655
commit 31c27f7334
1 changed files with 1 additions and 1282 deletions

File diff suppressed because it is too large Load Diff