01e5abc24a67d7d619b448428782df21880fdce6 author Adrian Bunk 1115951079 -0400 committer Jeff Garzik 1115951079 -0400 [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 Signed-off-by: Jeff Garzik 8