summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-04-28 15:13:50 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-02 19:05:52 -0400
commit1f07668338e82091df618d79b0ce9d29aeb4a911 (patch)
tree4989f66e21732831b5909962587f87f4a8e4fa62 /drivers/gpu/nvgpu/include
parent9bd9ffa0027d3925be4e01d255705f741e61ef87 (diff)
gpu: nvgpu: Remove Linux include from allocator.h
Remove an unnecessary Linux include from allocator.h. Change-Id: I737944746ffbcc6f20f2fa5c87f112f9393ed6bc Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1472366 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-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>