diff options
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/kmem.h | 2 | ||||
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/linux/kmem.h (renamed from drivers/gpu/nvgpu/include/nvgpu/kmem_linux.h) | 0 | ||||
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/linux/lock.h (renamed from drivers/gpu/nvgpu/include/nvgpu/lock_linux.h) | 0 | ||||
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/lock.h | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/kmem.h b/drivers/gpu/nvgpu/include/nvgpu/kmem.h index 3159da8b..cfbc0da5 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/kmem.h +++ b/drivers/gpu/nvgpu/include/nvgpu/kmem.h | |||
@@ -34,7 +34,7 @@ struct gk20a; | |||
34 | * cross OS way of defining the necessary types used by these APIs. Eventually | 34 | * cross OS way of defining the necessary types used by these APIs. Eventually |
35 | * we will need a <nvgpu/types.h> include to handle this. | 35 | * we will need a <nvgpu/types.h> include to handle this. |
36 | */ | 36 | */ |
37 | #include <nvgpu/kmem_linux.h> | 37 | #include <nvgpu/linux/kmem.h> |
38 | 38 | ||
39 | /** | 39 | /** |
40 | * DOC: Kmem cache support | 40 | * DOC: Kmem cache support |
diff --git a/drivers/gpu/nvgpu/include/nvgpu/kmem_linux.h b/drivers/gpu/nvgpu/include/nvgpu/linux/kmem.h index dbafc0ce..dbafc0ce 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/kmem_linux.h +++ b/drivers/gpu/nvgpu/include/nvgpu/linux/kmem.h | |||
diff --git a/drivers/gpu/nvgpu/include/nvgpu/lock_linux.h b/drivers/gpu/nvgpu/include/nvgpu/linux/lock.h index fbf26e9d..fbf26e9d 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/lock_linux.h +++ b/drivers/gpu/nvgpu/include/nvgpu/linux/lock.h | |||
diff --git a/drivers/gpu/nvgpu/include/nvgpu/lock.h b/drivers/gpu/nvgpu/include/nvgpu/lock.h index ad070380..e9d7e81e 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/lock.h +++ b/drivers/gpu/nvgpu/include/nvgpu/lock.h | |||
@@ -17,7 +17,7 @@ | |||
17 | #ifndef NVGPU_LOCK_H | 17 | #ifndef NVGPU_LOCK_H |
18 | #define NVGPU_LOCK_H | 18 | #define NVGPU_LOCK_H |
19 | 19 | ||
20 | #include <nvgpu/lock_linux.h> | 20 | #include <nvgpu/linux/lock.h> |
21 | 21 | ||
22 | /* | 22 | /* |
23 | * struct nvgpu_mutex | 23 | * struct nvgpu_mutex |