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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user