From: Ghozlane T. <gt...@pr...> - 2001-06-18 09:36:05
|
You (Geert Uytterhoeven) wrote : > In the beginning, all builtin drivers of the same class were initialized in one > place: > | #ifdef CONFIG_DRIVER1 > | driver1_init(); > | #endif > Nowadays, the trend is to make drivers more self-contained by using > module_{init,exit}(), so the above construct is no longer necessary. so if i understand correctly, for fbdev drivers, as we still use the "old" fashionned way , I should #ifdef MODULE the module_init call, right ? ghoz |