]> 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, 10 Sep 2012 07:54:26 +0000 (09:54 +0200)
commit161b53f0bd59d21e17c855ac598fd08df61fcf01
treee3dbbc9044064c8ed54de889e1ea45a4885c3b15
parentdee8c567513abbe326b0da625761fe4d05ad1683
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