]> 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>
Tue, 2 Aug 2011 16:37:19 +0000 (12:37 -0400)
commitb6099c465c7d808ecad07e4ded075178595f1a67
treeaf45b6bd46d9e8d60a3e3b8fa2e2129ab4df0b20
parent56229df87d3508db82c4c0c48153da954cfb66ad
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