Merge commit 'v2.6.26' into bkl-removal
Cette révision appartient à :
@@ -346,27 +346,6 @@ have_requested_irq( char irq )
|
||||
return 0;
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
/* Function: init_module() */
|
||||
/* Parameters: None */
|
||||
/* Returns: Success (0) */
|
||||
/* */
|
||||
/* Description: */
|
||||
/* This is a required entry point for an installable module. It simply calls */
|
||||
/* the driver initialisation function and returns what it returns. */
|
||||
/******************************************************************************/
|
||||
#ifdef MODULE
|
||||
static int __init
|
||||
ip2_init_module(void)
|
||||
{
|
||||
#ifdef IP2DEBUG_INIT
|
||||
printk (KERN_DEBUG "Loading module ...\n" );
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
module_init(ip2_init_module);
|
||||
#endif /* MODULE */
|
||||
|
||||
/******************************************************************************/
|
||||
/* Function: cleanup_module() */
|
||||
/* Parameters: None */
|
||||
@@ -780,8 +759,6 @@ out:
|
||||
return err;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(ip2_loadmain);
|
||||
|
||||
/******************************************************************************/
|
||||
/* Function: ip2_init_board() */
|
||||
/* Parameters: Index of board in configuration structure */
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur