]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390: add missing header includes for type checking
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 9 May 2017 09:01:26 +0000 (11:01 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 12 Jun 2017 14:25:55 +0000 (16:25 +0200)
commit92acfb7406171038ae4e3b6041576642cb75b529
tree6f9a5bef314a657f13716a25f9200276405923ae
parent1aea9b3f921003f0880f0676ae85d87c9f1cb4a2
s390: add missing header includes for type checking

Add missing include statements to make sure that prototypes match
implementation. As reported by sparse:

arch/s390/crypto/arch_random.c:18:1:
  warning: symbol 's390_arch_random_available' was not declared. Should it be static?
arch/s390/kernel/traps.c:279:13: warning:
  symbol 'trap_init' was not declared. Should it be static?

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/crypto/arch_random.c
arch/s390/kernel/traps.c