]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 1 Aug 2011 17:42:48 +0000 (13:42 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 19:10:34 +0000 (15:10 -0400)
commit243f90d68591f460059ba1101fcd416526689229
treeda1023db9a0b922bc01914d6877c816714501738
parent71def55b620684b399c2dab060b90a3e1187ba97
sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.c

To resolve these on 64bit allnoconfig builds:

  CC      arch/sparc/kernel/pcr.o
arch/sparc/kernel/pcr.c: In function 'register_perf_hsvc':
arch/sparc/kernel/pcr.c:102: error: 'tlb_type' undeclared (first use in this function)

  CC      arch/sparc/kernel/of_device_64.o
arch/sparc/kernel/of_device_64.c: In function 'build_device_resources':
arch/sparc/kernel/of_device_64.c:406: error: 'tlb_type' undeclared (first use in this function)

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/sparc/kernel/of_device_64.c
arch/sparc/kernel/pcr.c