Browse Source

video: driver: remove unused files

msm_vidc_dt functionalities were distributed to
other files and most of the dt parsing code was
removed already. So added change to cleanup
unused files.

Change-Id: I3362c6cfa3f493b965167b9aeb0f5cf3ac8c2711
Signed-off-by: Govindaraj Rajagopal <[email protected]>
Govindaraj Rajagopal 2 years ago
parent
commit
0e56253be6
3 changed files with 0 additions and 22 deletions
  1. 0 1
      Kbuild
  2. 0 12
      driver/vidc/inc/msm_vidc_dt.h
  3. 0 9
      driver/vidc/src/msm_vidc_dt.c

+ 0 - 1
Kbuild

@@ -84,7 +84,6 @@ msm_video-objs += driver/vidc/src/msm_vidc_v4l2.o \
                   driver/vidc/src/msm_vidc_buffer.o \
                   driver/vidc/src/msm_vidc_power.o \
                   driver/vidc/src/msm_vidc_probe.o \
-                  driver/vidc/src/msm_vidc_dt.o \
                   driver/vidc/src/resources.o \
                   driver/vidc/src/firmware.o \
                   driver/vidc/src/msm_vidc_debug.o \

+ 0 - 12
driver/vidc/inc/msm_vidc_dt.h

@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright (c) 2020-2021,, The Linux Foundation. All rights reserved.
- */
-
-#ifndef _MSM_VIDC_DT_H_
-#define _MSM_VIDC_DT_H_
-
-#include <linux/platform_device.h>
-#include <linux/soc/qcom/llcc-qcom.h>
-
-#endif // _MSM_VIDC_DT_H_

+ 0 - 9
driver/vidc/src/msm_vidc_dt.c

@@ -1,9 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-only
-/*
- * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
- */
-
-#include <linux/iommu.h>
-#include <linux/dma-iommu.h>
-#include <linux/of.h>
-#include <linux/sort.h>