diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-08-01 10:22:58 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-11 10:16:06 +0000 |
commit | ef299dfc2d906770103f058795a26e6acfa68ae0 (patch) | |
tree | 828a9d66bb9cca96c78912baf31182b0653684a7 /drivers/video/cyber2000fb.h | |
parent | 24d6e5cb191189531396870402bf276aacf01598 (diff) | |
download | op-kernel-dev-ef299dfc2d906770103f058795a26e6acfa68ae0.zip op-kernel-dev-ef299dfc2d906770103f058795a26e6acfa68ae0.tar.gz |
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.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/video/cyber2000fb.h b/drivers/video/cyber2000fb.h index 555c8d4..23b15e4 100644 --- a/drivers/video/cyber2000fb.h +++ b/drivers/video/cyber2000fb.h @@ -480,15 +480,6 @@ struct cyberpro_info { * is within this structure. */ struct cfb_info *info; - - /* - * Use these to enable the BM or TV registers. In an SMP - * environment, these two function pointers should only be - * called from the module_init() or module_exit() - * functions. - */ - void (*enable_extregs)(struct cfb_info *); - void (*disable_extregs)(struct cfb_info *); }; #define ID_IGA_1682 0 |