diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-03-10 15:21:30 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-12 15:52:33 -0800 |
commit | d8566b29e86ef3906dd6c0ea4a02c2a925748da5 (patch) | |
tree | 1a3e5660d03aa24e206e4022dd77733fbf524535 /drivers/video/via/global.h | |
parent | c5f06f5cddd6681b978ffdb53755e28eefccb1bb (diff) |
viafb: yet another dead code removal
Remove some functions that were never executed and a related undocumented
module parameter.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Scott Fang <ScottFang@viatech.com.cn>
Cc: Joseph Chan <JosephChan@via.com.tw>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/via/global.h')
-rw-r--r-- | drivers/video/via/global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/via/global.h b/drivers/video/via/global.h index d69d0ca99c2f..865b050683d1 100644 --- a/drivers/video/via/global.h +++ b/drivers/video/via/global.h @@ -35,7 +35,6 @@ #include "debug.h" -#include "iface.h" #include "viafbdev.h" #include "chip.h" #include "accel.h" |