summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-02-14 19:42:06 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-02-15 16:23:16 -0500
commit20b2652b4154f4701f562a20ebef8d70c6f057b8 (patch)
tree0ab1f23b2f358ad7d1f7be0b97df871eff064488
parent9afb74dada5e318ec6b40ff4745e4d4adf8ee8b2 (diff)
gpu: nvgpu: Delete unused Linux headers in gv11b_hal.c
Not sure how these even made it in in the first place... Change-Id: Ibca4d525926d4dacc7f8b41609dd147f14dd1a0d Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1657733 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 3ce557bc..6fdac85a 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -22,12 +22,6 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#include <linux/types.h>
26#include <linux/printk.h>
27
28#include <linux/types.h>
29#include <linux/tegra_gpu_t19x.h>
30
31#include "gk20a/gk20a.h" 25#include "gk20a/gk20a.h"
32#include "gk20a/fifo_gk20a.h" 26#include "gk20a/fifo_gk20a.h"
33#include "gk20a/fecs_trace_gk20a.h" 27#include "gk20a/fecs_trace_gk20a.h"