diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-03-26 22:54:32 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-03-26 22:54:32 -0400 |
commit | 7f980a06e4a9e3bb26db91da8f0e980b0786023a (patch) | |
tree | 17323d8d952bcf660cd426f09f2b106458509545 /drivers/video/via/hw.h | |
parent | 95d517cfce023eb24c5363ab82377146bd659816 (diff) |
viafb: some small cleanup for global variables
We do not need viafb_second{,_virtual}_{xres,yres} outside of
viafbdev.c so move them there and eliminate the virtual ones where
the only sane usage is done during initalization.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r-- | drivers/video/via/hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h index 8858593405aa..090d167863a4 100644 --- a/drivers/video/via/hw.h +++ b/drivers/video/via/hw.h | |||
@@ -910,7 +910,6 @@ struct via_device_mapping { | |||
910 | const char *name; | 910 | const char *name; |
911 | }; | 911 | }; |
912 | 912 | ||
913 | extern unsigned int viafb_second_virtual_xres; | ||
914 | extern int viafb_SAMM_ON; | 913 | extern int viafb_SAMM_ON; |
915 | extern int viafb_dual_fb; | 914 | extern int viafb_dual_fb; |
916 | extern int viafb_LCD2_ON; | 915 | extern int viafb_LCD2_ON; |