summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fifo_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fifo_gm20b.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
index 19653541..f866b6bb 100644
--- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
@@ -22,11 +22,6 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#include "gk20a/gk20a.h"
26#include "gk20a/fifo_gk20a.h"
27
28#include "fifo_gm20b.h"
29
30#include <nvgpu/timers.h> 25#include <nvgpu/timers.h>
31#include <nvgpu/log.h> 26#include <nvgpu/log.h>
32#include <nvgpu/atomic.h> 27#include <nvgpu/atomic.h>
@@ -35,8 +30,13 @@
35#include <nvgpu/enabled.h> 30#include <nvgpu/enabled.h>
36#include <nvgpu/io.h> 31#include <nvgpu/io.h>
37#include <nvgpu/bug.h> 32#include <nvgpu/bug.h>
33#include <nvgpu/gk20a.h>
38#include <nvgpu/channel.h> 34#include <nvgpu/channel.h>
39 35
36#include "gk20a/fifo_gk20a.h"
37
38#include "fifo_gm20b.h"
39
40#include <nvgpu/hw/gm20b/hw_ccsr_gm20b.h> 40#include <nvgpu/hw/gm20b/hw_ccsr_gm20b.h>
41#include <nvgpu/hw/gm20b/hw_ram_gm20b.h> 41#include <nvgpu/hw/gm20b/hw_ram_gm20b.h>
42#include <nvgpu/hw/gm20b/hw_fifo_gm20b.h> 42#include <nvgpu/hw/gm20b/hw_fifo_gm20b.h>