commit | 725c0f922f04e5a3a7d2ba66dbc10b8e20000712 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Thu May 12 22:24:39 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu May 12 22:24:39 2005 -0400 |
tree | 5f2ac33b65f0c00788f465d26db5b5bdba909a1a | |
parent | 01e5abc24a67d7d619b448428782df21880fdce6 [diff] |
[PATCH] drivers/net/smc-mca.c: cleanups This patch contains the following cleanups: - make a needlessly global function static - make three needlessly global structs static const Since after moving the now-static stucts to smc-mca.c the file smc-mca.h was empty except for two #define's, I've also killed the rest of smc-mca.h . Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>