commit | a73e22b286bd162d10526521b34f2d6f37aac635 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sat Jan 21 01:39:42 2006 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jan 30 20:35:31 2006 -0500 |
tree | 728562af8aa42a145cf9b591382b044a31e94fb4 | |
parent | 3c398b8612b210a159ec7ba5e5c3c341fb0d5eab [diff] |
[PATCH] drivers/net/wireless/ipw2200: possible cleanups This patch contains the following possible cleanups: - make needlessly global functions static - "extern inline" -> "static inline" - #if 0 the unused global function ipw_led_activity_on() Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>