• Anders Gustafsson's avatar
    [PATCH] make irtty.c compile again · 1bc8f69a
    Anders Gustafsson authored
    irtty.c includes irqueue.h which includes linux/cache.h (via
    asm/processor.h <- asm/thread_info.h <- linux/thread_info.h <-
    linux/spinlock.h)
    
    both irqueue.h and cache.h defines a ALIGN (for different
    purposes).
    
    This patch renames ALIGN in irqueue.h to IRDA_ALIGN.
    1bc8f69a
irda.h 8.35 KB