]> 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>
Mon, 17 Sep 2012 09:30:24 +0000 (11:30 +0200)
commitf4c255fb89dd0a73997bc3a156fc5a1e3d8876f2
tree6897501c1d89fe91f512ecbc899984bbd134bed8
parentea82f2372d0da9020d63ae4776bb0d8e1f20f01e
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