summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/allocator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/allocator.h b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
index b605b059..4eb76985 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/allocator.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/allocator.h
@@ -14,11 +14,10 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#ifndef NVGPU_ALLOCATOR_H 17#ifndef __NVGPU_ALLOCATOR_H__
18#define NVGPU_ALLOCATOR_H 18#define __NVGPU_ALLOCATOR_H__
19 19
20#include <linux/seq_file.h> 20#include <linux/seq_file.h>
21#include <linux/platform_device.h>
22 21
23#include <nvgpu/lock.h> 22#include <nvgpu/lock.h>
24#include <nvgpu/list.h> 23#include <nvgpu/list.h>