• Paul Gortmaker's avatar
    sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.c · c2068dab
    Paul Gortmaker authored
    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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    c2068dab
pcr.c 3.46 KB