android_kernel_xiaomi_sm8350/vid.c
Shivendra Kakrania 623f36a95c techpack: video: add makefile for video driver
This change adds dummy Makefile support to compile
video driver project along with base kernel.

Change-Id: Ia1fad0785131d3a8852b8d7dcf713b537e9fa4d1
Signed-off-by: Shivendra Kakrania <shiven@codeaurora.org>
2019-05-01 22:46:31 -07:00

9 lines
156 B
C

// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
*/
static void _vid_techpack_stub(void)
{
}