From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 01:04:47 +0000 Subject: [PATCH] add driver 5G --- kernel/include/media/drv-intf/s3c_camif.h | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/kernel/include/media/drv-intf/s3c_camif.h b/kernel/include/media/drv-intf/s3c_camif.h index df96c2c..f746851 100644 --- a/kernel/include/media/drv-intf/s3c_camif.h +++ b/kernel/include/media/drv-intf/s3c_camif.h @@ -1,11 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver * * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef MEDIA_S3C_CAMIF_ @@ -37,9 +34,5 @@ int (*gpio_get)(void); int (*gpio_put)(void); }; - -/* Platform default helper functions */ -int s3c_camif_gpio_get(void); -int s3c_camif_gpio_put(void); #endif /* MEDIA_S3C_CAMIF_ */ -- Gitblit v1.6.2