• Andrew Morton's avatar
    [PATCH] promote the ALIGN() macro · 8b0cc2d4
    Andrew Morton authored
    ALIGN() currently has global scope in <linux/cache.h>.  This causes a
    compilation error in the defxx driver.
    
    Move ALIGN() to <linux/kernel.h> and change the defxx driver to use the
    generic macro in place of its own.
    8b0cc2d4
defxx.h 52.9 KB