From da9b1bbac2b1b125fcd981c99a09fb51aee00dd2 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 28 Nov 2017 15:19:47 -0800 Subject: gpu: nvgpu: Introduce include/nvpgu/sizes.h We use SZ_* #defines in some parts of nvgpu, but we don't explicitly include a header that defines it. Add include/nvgpu/sizes.h that in Linux #includes linux/sizes.h. Change-Id: I8f506d85c7eaa12e649f5874a87533e2f0fe9438 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1607575 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gm20b/mm_gm20b.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/gpu/nvgpu/gm20b/mm_gm20b.c') diff --git a/drivers/gpu/nvgpu/gm20b/mm_gm20b.c b/drivers/gpu/nvgpu/gm20b/mm_gm20b.c index 5cd7706d..46cd1fc6 100644 --- a/drivers/gpu/nvgpu/gm20b/mm_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/mm_gm20b.c @@ -22,6 +22,8 @@ * DEALINGS IN THE SOFTWARE. */ +#include + #include "gk20a/gk20a.h" #include "mm_gm20b.h" -- cgit v1.2.2