• Andrew Morton's avatar
    [PATCH] fbdev build fix · b009a1c6
    Andrew Morton authored
    - fb_prepare_logo() is calling the undefined find_logo().  I think it wants
      fb_find_logo().
    
    - fb_prepare_logo is not __init, therefore fb_find_logo() cannot be __init.
    b009a1c6
fbmem.c 34.2 KB