aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/viafbdev.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2009-09-22 19:47:18 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 10:39:52 -0400
commitb008c64b5dfe37ac14928668da60132e9c8361ff (patch)
treeaac9d95e0b6efb10a071db5af5326420927bdd86 /drivers/video/via/viafbdev.h
parent13147f291cb18489cbaa550b100dee6f9defd007 (diff)
viafb: clean up duoview
Clean the duoview handling up by replacing the varible with the funtion in the only place where it is used. This is a code cleanup only, no runtime change expected. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Cc: Scott Fang <ScottFang@viatech.com.cn> Cc: Joseph Chan <JosephChan@via.com.tw> Cc: Harald Welte <laforge@gnumonks.org> Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/via/viafbdev.h')
-rw-r--r--drivers/video/via/viafbdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/via/viafbdev.h b/drivers/video/via/viafbdev.h
index cd3dff7cc170..92318770107e 100644
--- a/drivers/video/via/viafbdev.h
+++ b/drivers/video/via/viafbdev.h
@@ -52,7 +52,6 @@ struct viafb_par {
52 u32 VQ_end; /* Virtual Queue End Address */ 52 u32 VQ_end; /* Virtual Queue End Address */
53 u32 iga_path; 53 u32 iga_path;
54 struct proc_dir_entry *proc_entry; /*viafb proc entry */ 54 struct proc_dir_entry *proc_entry; /*viafb proc entry */
55 u8 duoview; /*Is working in duoview mode? */
56 55
57 /* I2C stuff */ 56 /* I2C stuff */
58 struct via_i2c_stuff i2c_stuff; 57 struct via_i2c_stuff i2c_stuff;