]> 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, 25 Aug 2011 17:54:53 +0000 (13:54 -0400)
commita3a52a5c1757065c6d2eb5621e8c5e8e1f5c2a30
treeff159eec9326671f220b87af1e380ea00954d6b2
parent99d45efec3940b16bf6f9513817f65005716cecc
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