aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/cyber2000fb.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-08-01 05:22:58 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-02-11 05:16:06 -0500
commitef299dfc2d906770103f058795a26e6acfa68ae0 (patch)
tree828a9d66bb9cca96c78912baf31182b0653684a7 /drivers/video/cyber2000fb.h
parent24d6e5cb191189531396870402bf276aacf01598 (diff)
VIDEO: cyberpro: remove useless function extreg pointers
Sub-drivers can call these functions directly, there's no need for this kind of indirection. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/video/cyber2000fb.h')
-rw-r--r--drivers/video/cyber2000fb.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/video/cyber2000fb.h b/drivers/video/cyber2000fb.h
index 555c8d4f2b7..23b15e4f63f 100644
--- a/drivers/video/cyber2000fb.h
+++ b/drivers/video/cyber2000fb.h
@@ -480,15 +480,6 @@ struct cyberpro_info {
480 * is within this structure. 480 * is within this structure.
481 */ 481 */
482 struct cfb_info *info; 482 struct cfb_info *info;
483
484 /*
485 * Use these to enable the BM or TV registers. In an SMP
486 * environment, these two function pointers should only be
487 * called from the module_init() or module_exit()
488 * functions.
489 */
490 void (*enable_extregs)(struct cfb_info *);
491 void (*disable_extregs)(struct cfb_info *);
492}; 483};
493 484
494#define ID_IGA_1682 0 485#define ID_IGA_1682 0