diff options
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 555c8d4f2b76..23b15e4f63fe 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 |