summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/fb_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/fb_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/fb_gp106.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp106/fb_gp106.c b/drivers/gpu/nvgpu/gp106/fb_gp106.c
index b2e264cd..53f9af56 100644
--- a/drivers/gpu/nvgpu/gp106/fb_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/fb_gp106.c
@@ -11,8 +11,6 @@
11 * more details. 11 * more details.
12 */ 12 */
13 13
14#include <linux/delay.h>
15
16#include "gk20a/gk20a.h" 14#include "gk20a/gk20a.h"
17#include "gp10b/fb_gp10b.h" 15#include "gp10b/fb_gp10b.h"
18 16
@@ -31,7 +29,7 @@ static void gp106_fb_reset(struct gk20a *g)
31 gk20a_dbg_fn("done"); 29 gk20a_dbg_fn("done");
32 break; 30 break;
33 } 31 }
34 udelay(HW_SCRUB_TIMEOUT_DEFAULT); 32 nvgpu_udelay(HW_SCRUB_TIMEOUT_DEFAULT);
35 } while (--retries); 33 } while (--retries);
36} 34}
37 35