• Andrew Morton's avatar
    [PATCH] drivers/video/* MOD_INC_USE_COUNT fixes · 655d8183
    Andrew Morton authored
    From: Christoph Hellwig <hch@lst.de>
    
    A bunch of framebuffer drivers use MOD_INC_USE_COUNT to prevent themselves
    from unloading completely - but we have a much easier way to do so, that is
    simply removing the module_exit/cleanup_module handler.
    655d8183
virgefb.c 65.6 KB