mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 07:47:50 +00:00
media: i2c: mt9v032: Drop support for platform data
The last user of the mt9v032 driver through board files and platform data has long been removed. Drop support for platform data from the driver. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
0f8d0da42c
commit
b4dd3bbd2e
@@ -1,12 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef _MEDIA_MT9V032_H
|
||||
#define _MEDIA_MT9V032_H
|
||||
|
||||
struct mt9v032_platform_data {
|
||||
unsigned int clk_pol:1;
|
||||
|
||||
const s64 *link_freqs;
|
||||
s64 link_def_freq;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user