commit | df47e5330b0f5decb0a5736e9a81fff49d46d151 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sat Apr 15 11:17:27 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 15:04:08 2006 -0700 |
tree | fcf5fe254235517ecb77fe652f5ed2e04fa02554 | |
parent | 2682d27c5884550857cd96231db5b22b3acced53 [diff] |
[PATCH] USB: sisusbvga: possible cleanups This patch contains the following possible cleanups: - make needlessly global functions static - function and struct declarations belong into header files - make SiS_VCLKData const - #if 0 the following unused global functions: - sisusb.c: sisusb_writew() - sisusb.c: sisusb_readw() - sisusb_init.c: SiSUSB_GetModeID() Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>