• Andrew Morton's avatar
    [PATCH] cpia driver __exit fix · 30b85a5c
    Andrew Morton authored
    From: Andi Kleen <ak@muc.de>
    
    This driver was bogusly relying on the dropping of the __exit section at link
    time.  cpia_exit() is calling proc_cpia_destroy(), which doesn't even exist
    if !CONFIG_MODULE.
    30b85a5c
cpia.c 113 KB