video: driver: rename video header interface file

Rename msm_vidc_utils.h to v4l2_vidc_extensions.h.

Change-Id: I50a9212d3d28756bdf0be33e135bce9c6337a816
Signed-off-by: Akshata Sahukar <asahukar@codeaurora.org>
This commit is contained in:
Akshata Sahukar
2020-10-21 15:07:37 -07:00
committed by Gerrit - the friendly Code Review server
parent 843858405f
commit 4d9b29ebf3
5 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,8 @@
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
*/
#ifndef __MSM_VIDC_UTILS_H__
#define __MSM_VIDC_UTILS_H__
#ifndef __V4l2_VIDC_EXTENSIONS_H__
#define __V4l2_VIDC_EXTENSIONS_H__
#include <linux/types.h>
#include <linux/v4l2-controls.h>