summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/bus_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/bus_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/bus_gm20b.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/bus_gm20b.c b/drivers/gpu/nvgpu/gm20b/bus_gm20b.c
index 08761ef7..7b414196 100644
--- a/drivers/gpu/nvgpu/gm20b/bus_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/bus_gm20b.c
@@ -13,8 +13,6 @@
13 * more details. 13 * more details.
14 */ 14 */
15 15
16#include <linux/delay.h>
17
18#include <nvgpu/timers.h> 16#include <nvgpu/timers.h>
19 17
20#include "bus_gm20b.h" 18#include "bus_gm20b.h"
@@ -46,7 +44,7 @@ static int gm20b_bus_bar1_bind(struct gk20a *g, struct nvgpu_mem *bar1_inst)
46 if (!pending && !outstanding) 44 if (!pending && !outstanding)
47 break; 45 break;
48 46
49 udelay(5); 47 nvgpu_udelay(5);
50 } while (!nvgpu_timeout_expired(&timeout)); 48 } while (!nvgpu_timeout_expired(&timeout));
51 49
52 if (nvgpu_timeout_peek_expired(&timeout)) 50 if (nvgpu_timeout_peek_expired(&timeout))