mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
Staging: xgifb: Remove #ifdef MODULE
Check for MODULE is not needed. In a static compilation the parameters definition is valid and module_exit() does nothing. Signed-off-by: Miguel Gómez <magomez@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cbdfaffc46
commit
f059077388
@ -2325,8 +2325,6 @@ module_init(xgifb_init);
|
||||
/* MODULE */
|
||||
/*****************************************************/
|
||||
|
||||
#ifdef MODULE
|
||||
|
||||
MODULE_DESCRIPTION("Z7 Z9 Z9S Z11 framebuffer device driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("XGITECH , Others");
|
||||
@ -2359,5 +2357,3 @@ static void __exit xgifb_remove_module(void)
|
||||
}
|
||||
|
||||
module_exit(xgifb_remove_module);
|
||||
|
||||
#endif /* /MODULE */
|
||||
|
Loading…
Reference in New Issue
Block a user