diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-13 11:18:20 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-18 05:58:34 +0100 |
commit | ceafdaac46ea2c623a64eabaed64abd2fe7cb76f (patch) | |
tree | c255efc7915e7b7696bbbf17c309b9e1b24828ea /drivers/media/platform/omap3isp/isphist.h | |
parent | media: platform: rename davinci/ to ti/davinci/ (diff) | |
download | linux-ceafdaac46ea2c623a64eabaed64abd2fe7cb76f.tar.xz linux-ceafdaac46ea2c623a64eabaed64abd2fe7cb76f.zip |
media: platform: rename omap3isp/ to ti/omap3isp/
As the end goal is to have platform drivers split by vendor,
rename omap3isp/ to ti/omap3isp/.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/platform/omap3isp/isphist.h')
-rw-r--r-- | drivers/media/platform/omap3isp/isphist.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/drivers/media/platform/omap3isp/isphist.h b/drivers/media/platform/omap3isp/isphist.h deleted file mode 100644 index 93cd27a3b617..000000000000 --- a/drivers/media/platform/omap3isp/isphist.h +++ /dev/null @@ -1,27 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * isphist.h - * - * TI OMAP3 ISP - Histogram module - * - * Copyright (C) 2010 Nokia Corporation - * Copyright (C) 2009 Texas Instruments, Inc. - * - * Contacts: David Cohen <dacohen@gmail.com> - * Laurent Pinchart <laurent.pinchart@ideasonboard.com> - * Sakari Ailus <sakari.ailus@iki.fi> - */ - -#ifndef OMAP3_ISP_HIST_H -#define OMAP3_ISP_HIST_H - -#include <linux/omap3isp.h> - -#define ISPHIST_IN_BIT_WIDTH_CCDC 10 - -struct isp_device; - -int omap3isp_hist_init(struct isp_device *isp); -void omap3isp_hist_cleanup(struct isp_device *isp); - -#endif /* OMAP3_ISP_HIST */ |