[PATCH] drivers/net/smc-mca.c: cleanups
authorAdrian Bunk <bunk@stusta.de>
Fri, 13 May 2005 02:24:39 +0000 (22:24 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 13 May 2005 02:24:39 +0000 (22:24 -0400)
  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>

No differences found