mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 09:42:19 +03:00
Remove tegra-epl driver
tegra-epl driver is added in kernel-oot repo so that i2c, pcie and other upstream drivers can use interface to report errors. Bug 3847981 Change-Id: I9dfe5cd92eb9955a35753ce14a12dc4799258b70 Signed-off-by: Rahul Bedarkar <rabedarkar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2799410 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
7ca4e62987
commit
1f45d1e993
@@ -1,14 +0,0 @@
|
||||
/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note)
|
||||
*
|
||||
* Copyright (c) 2021-2022, NVIDIA CORPORATION, All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _UAPI_TEGRA_EPL_H_
|
||||
#define _UAPI_TEGRA_EPL_H_
|
||||
|
||||
#include <linux/ioctl.h>
|
||||
|
||||
/* ioctl call macros */
|
||||
#define EPL_REPORT_ERROR_CMD _IOWR('q', 1, uint8_t *)
|
||||
|
||||
#endif /* _UAPI_TEGRA_EPL_H_ */
|
||||
Reference in New Issue
Block a user