diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-02-22 20:07:57 +0100 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2017-03-11 17:57:21 +0100 |
commit | 0acf611997d9d05dbfb559c3c6e379c861eb5957 (patch) | |
tree | a529c81d70b23793ff13e26dd5abde48255085a1 /block/blk-core.c | |
parent | Linux 4.11-rc1 (diff) | |
download | linux-0acf611997d9d05dbfb559c3c6e379c861eb5957.tar.xz linux-0acf611997d9d05dbfb559c3c6e379c861eb5957.zip |
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: 90858794c960 ("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>
Diffstat (limited to 'block/blk-core.c')
0 files changed, 0 insertions, 0 deletions