Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Miguel Gómez and committed by
Greg Kroah-Hartman
f0590773 cbdfaffc

-4
-4
drivers/staging/xgifb/XGI_main_26.c
··· 2325 2325 /* MODULE */ 2326 2326 /*****************************************************/ 2327 2327 2328 - #ifdef MODULE 2329 - 2330 2328 MODULE_DESCRIPTION("Z7 Z9 Z9S Z11 framebuffer device driver"); 2331 2329 MODULE_LICENSE("GPL"); 2332 2330 MODULE_AUTHOR("XGITECH , Others"); ··· 2357 2359 } 2358 2360 2359 2361 module_exit(xgifb_remove_module); 2360 - 2361 - #endif /* /MODULE */