linux-stable/arch/score/mm
Guenter Roeck 0acf611997 score: Fix implicit includes now failing build after extable change
After changing from module.h to extable.h, score builds fail with:

  arch/score/kernel/traps.c: In function 'do_ri':
  arch/score/kernel/traps.c:248:4: error: implicit declaration of function 'user_disable_single_step'
  arch/score/mm/extable.c: In function 'fixup_exception':
  arch/score/mm/extable.c:32:38: error: dereferencing pointer to incomplete type
  arch/score/mm/extable.c:34:24: error: dereferencing pointer to incomplete type

because extable.h doesn't drag in the same amount of headers as the
module.h did.  Add in the headers which were implicitly expected.

Fixes: 90858794c9 ("module.h: remove extable.h include now users have migrated")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
[PG: tweak commit log; refresh for sched header refactoring.]
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2017-03-11 11:57:21 -05:00
..
Makefile
cache.c arch/score/mm/cache.c: Export 'flush_icache_range' 2014-10-05 01:18:17 +08:00
extable.c score: Fix implicit includes now failing build after extable change 2017-03-11 11:57:21 -05:00
fault.c score: migrate exception table users off module.h and onto extable.h 2017-01-26 10:58:17 -05:00
init.c treewide: replace obsolete _refok by __ref 2016-08-02 17:31:41 -04:00
pgtable.c score: remove unused code, add include files in .c 2009-08-30 12:26:32 +08:00
tlb-miss.S
tlb-score.c score: delete __cpuinit usage from all score files 2013-07-14 19:36:56 -04:00