aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
diff options
context:
space:
mode:
authorGregory Fong <[email protected]>2015-08-14 22:35:21 +0000
committerLinus Torvalds <[email protected]>2015-08-14 22:56:32 +0000
commitf21838e056ebc499f5d6ca4cb734e82cf9c275a5 (patch)
treea5e3f2c700e7ca8639128de9c42dea5fcb76e2fa /drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
parentzram: fix pool name truncation (diff)
downloadkernel-f21838e056ebc499f5d6ca4cb734e82cf9c275a5.tar.gz
kernel-f21838e056ebc499f5d6ca4cb734e82cf9c275a5.zip
mm: cma: mark cma_bitmap_maxno() inline in header
cma_bitmap_maxno() was marked as static and not static inline, which can cause warnings about this function not being used if this file is included in a file that does not call that function, and violates the conventions used elsewhere. The two options are to move the function implementation back to mm/cma.c or make it inline here, and it's simple enough for the latter to make sense. Signed-off-by: Gregory Fong <[email protected]> Cc: Joonsoo Kim <[email protected]> Cc: Sasha Levin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c')
0 files changed, 0 insertions, 0 deletions