]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
s390: add missing include statements
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sat, 7 May 2016 10:15:34 +0000 (12:15 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 10 May 2016 11:24:52 +0000 (13:24 +0200)
commitca21872e43e82c2a5c2e056ee4aea40a921720b1
tree22dfacdeff442dab3438ccc4b89ff6c2012019d3
parent521b00cd7a6491fbec7d1ede5b6b33f106a6addc
s390: add missing include statements

arch_mmap_rnd, cpu_have_feature, and arch_randomize_brk are all
defined as globally visible variables.
However the files they are defined in do not include the header files
with the declaration. To avoid a possible mismatch add the missing
include statements so we have proper type checking in place.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/process.c
arch/s390/kernel/processor.c
arch/s390/mm/mmap.c