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>
Wed, 26 Sep 2012 13:45:06 +0000 (15:45 +0200)
commit78609132795b4e3d6d51c6b67d461bf1626afb2f
tree9a27a5528c7fc5969a841aec8bcb8a899ec5d1da
parentbad4c9c82d7ecb3b6ce4dbe25b7810018b52b8c1
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