mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
media: uapi: mali-c55-config: Remove version identifier
The Mali C55 driver uses the v4l2-isp framework, which defines its own versioning number which does not need to be defined again in each platform-specific header. Remove the definition of mali_c55_param_buffer_version enumeration from the Mali C55 uAPI header. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
8c0af684bd
commit
22cd0db47f
|
|
@ -194,15 +194,6 @@ struct mali_c55_stats_buffer {
|
|||
__u32 reserved3[15];
|
||||
} __attribute__((packed));
|
||||
|
||||
/**
|
||||
* enum mali_c55_param_buffer_version - Mali-C55 parameters block versioning
|
||||
*
|
||||
* @MALI_C55_PARAM_BUFFER_V1: First version of Mali-C55 parameters block
|
||||
*/
|
||||
enum mali_c55_param_buffer_version {
|
||||
MALI_C55_PARAM_BUFFER_V1,
|
||||
};
|
||||
|
||||
/**
|
||||
* enum mali_c55_param_block_type - Enumeration of Mali-C55 parameter blocks
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user