1. 08 Jan, 2015 1 commit
  2. 03 Apr, 2014 1 commit
  3. 31 Aug, 2013 1 commit
  4. 03 May, 2012 2 commits
  5. 31 Oct, 2011 1 commit
    • Paul Gortmaker's avatar
      kernel: Map most files to use export.h instead of module.h · 9984de1a
      Paul Gortmaker authored
      
      The changed files were only including linux/module.h for the
      EXPORT_SYMBOL infrastructure, and nothing else.  Revector them
      onto the isolated export header for faster compile times.
      
      Nothing to see here but a whole lot of instances of:
      
        -#include <linux/module.h>
        +#include <linux/export.h>
      
      This commit is only changing the kernel dir; next targets
      will probably be mm, fs, the arch dirs, etc.
      Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      9984de1a
  6. 24 Mar, 2011 1 commit
  7. 10 Sep, 2010 1 commit
  8. 12 Apr, 2010 1 commit
  9. 17 Jun, 2009 1 commit