]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.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>
Mon, 31 Oct 2011 23:30:51 +0000 (19:30 -0400)
commitc2068dabebf83a7ef65ba977a165730fb8b53ef0
tree976d08c2118cb3cfb3ae3205046d0f13f2a37548
parent6a7a5dca0ba4f3a79089ddf5eb7d1abb74a41694
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