summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_object.c
diff options
context:
space:
mode:
authorMark Salter2013-11-11 14:28:33 +0100
committerMark Salter2014-03-04 23:21:58 +0100
commitae72758f1dd93bd367dc7719702f24a9bfb3bad9 (patch)
treeec2da4927b0aa0b6963e51ec855b8dfcc3b1d38e /drivers/gpu/drm/ttm/ttm_object.c
parentLinux 3.13 (diff)
downloadkernel-qcow2-linux-ae72758f1dd93bd367dc7719702f24a9bfb3bad9.tar.gz
kernel-qcow2-linux-ae72758f1dd93bd367dc7719702f24a9bfb3bad9.tar.xz
kernel-qcow2-linux-ae72758f1dd93bd367dc7719702f24a9bfb3bad9.zip
c6x: fix build failure caused by cache.h
A patch to linux/irqflags.h uncovered a problem with c6x asm/cache.h which causes a build failure: /arch/c6x/include/asm/cache.h:63:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘c6x_cache_init’ extern void __init c6x_cache_init(void); The asm/cache.h was relying on linux/irqflags.h to pull in linux/init.h but the recent patch changed that. The c6x header should have included linux/init.h all along. Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_object.c')
0 files changed, 0 insertions, 0 deletions