Skip to content
  • Philippe Gerum's avatar
    cobalt: include headers explicitly when needed · 75d61004
    Philippe Gerum authored
    include/asm-generic/xenomai/wrappers.h was pulling in all sorts of
    unrelated header files, which have become useless as we dropped most
    wrappers.
    
    This caused a bunch of implementation files to rely on implicit
    inclusion of some common kernel headers, which is wrong. Fix this.
    75d61004