]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/topology: remove sysinfo header include, add forward declaration instead
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 3 Sep 2012 12:11:32 +0000 (14:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 6 Sep 2012 09:05:15 +0000 (11:05 +0200)
commit8e24f335fed100dc6c1f2f2b5651b4008e2cebdd
tree13ec3e45564a2996b3eb3895d9d687351bc2af5d
parentbb9402ba07bce5b90b356a6c7b4c3035101881ef
s390/topology: remove sysinfo header include, add forward declaration instead

Any change to sysinfo.h causes a whole kernel recompile since sysinfo.h is
included by topology.h, which again is used nearly everywhere.
So remove that include and add a forward declaration instead.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/topology.h
arch/s390/kernel/topology.c