Files
linux-nvgpu/drivers/gpu/nvgpu/common/clock_gating
Alex Waterman 775c69af8c gpu: nvgpu: Add types.h to clock gating headers
The headers use u32 and bool but do not include <nvgpu/types.h>.
Moving around header includes exposed this issue in the cascade
builds.

This patch fixes the problem in all clock gating headers to
avoid this being a concern in the future.

Change-Id: Id56074df393d95bf65baf4062ac811d80d87e96b
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1729748
Reviewed-by: Bo Yan <byan@nvidia.com>
2018-05-24 13:50:35 -07:00
..