Skip to content
  • Paul Gortmaker's avatar
    arm: convert core files from module.h to export.h · ecea4ab6
    Paul Gortmaker authored
    
    
    Many of the core ARM kernel files are not modules, but just
    including module.h for exporting symbols.  Now these files can
    use the lighter footprint export.h for this role.
    
    There are probably lots more, but ARM files of mach-* and plat-*
    don't get coverage via a simple yesconfig build.  They will have
    to be cleaned up and tested via using their respective configs.
    
    Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    ecea4ab6