fbdev: atafb: Remove obsolete module support
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 1 Apr 2019 15:46:55 +0000 (17:46 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Mon, 1 Apr 2019 15:46:55 +0000 (17:46 +0200)
commit577eabb2cbe2e7d0ab1ceef3047ea698caf5db15
tree3fcb492b2a5f91cc25660175bc7dbdb53bd5c89c
parente4bedbb625c9fbf205d9fd3d9532e7ebda4a977d
fbdev: atafb: Remove obsolete module support

CONFIG_FB_ATARI is bool, hence the Atari frame buffer driver cannot be
built as a module.  In addition, the module support code refers to a
function atafb_deinit(), which never existed.

Replace module_init() by device_initcall().

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Michael Schmitz <schmitzmic@gmail.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/atafb.c
drivers/video/fbdev/atafb_iplan2p2.c
drivers/video/fbdev/atafb_iplan2p4.c
drivers/video/fbdev/atafb_iplan2p8.c
drivers/video/fbdev/atafb_mfb.c