summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/bus_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/bus_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/bus_gv11b.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/bus_gv11b.h b/drivers/gpu/nvgpu/gv11b/bus_gv11b.h
deleted file mode 100644
index fde0b14b..00000000
--- a/drivers/gpu/nvgpu/gv11b/bus_gv11b.h
+++ /dev/null
@@ -1,21 +0,0 @@
1/*
2 * GV11B BUS
3 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 */
14
15#ifndef BUS_GV11B_H
16#define BUS_GV11B_H
17
18struct gpu_ops;
19
20void gv11b_init_bus(struct gpu_ops *gops);
21#endif