summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorAnuj Gangwar <anujg@nvidia.com>2018-11-22 22:55:19 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2019-05-07 14:48:49 -0400
commit065e0fc7cd11c8cc2d5a2be35e0e3e68cfae6427 (patch)
tree8401e82c937fd9de1f4ab3bbbe57518e5a94243f /drivers/misc
parent524b0e580ae235ba89738418b4a623825bccae3d (diff)
include: uapi: move linux user-interface headers
Move the linux tegra_cpc user-interface headers from include/linux/ to include/uapi/linux/ Change the path for above headers in the dependent files. Bug 2062672 Change-Id: I674909f3188a746f3283b2e92296d9c18a2e767c Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1956560 (cherry picked from commit 1373b074d8a76869e143337caeba5d42d213e43f) Reviewed-on: https://git-master.nvidia.com/r/2109985 Reviewed-by: Bibek Basu <bbasu@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/tegra_cpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/tegra_cpc.c b/drivers/misc/tegra_cpc.c
index bef1f392d..bc2841e93 100644
--- a/drivers/misc/tegra_cpc.c
+++ b/drivers/misc/tegra_cpc.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * tegra_cpc.c - Access CPC storage blocks through i2c bus 2 * tegra_cpc.c - Access CPC storage blocks through i2c bus
3 * 3 *
4 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This software is licensed under the terms of the GNU General Public 6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and 7 * License version 2, as published by the Free Software Foundation, and
@@ -29,7 +29,7 @@
29#include <asm/unaligned.h> 29#include <asm/unaligned.h>
30#include <linux/ioctl.h> 30#include <linux/ioctl.h>
31#include <linux/types.h> 31#include <linux/types.h>
32#include <linux/tegra_cpc.h> 32#include <uapi/linux/tegra_cpc.h>
33 33
34#define CPC_I2C_DEADLINE_MS 1000 34#define CPC_I2C_DEADLINE_MS 1000
35#define TEGRA_CPC_DEBUG 0 35#define TEGRA_CPC_DEBUG 0