Skip to content

Commit 22cd0db

Browse files
Jacopo MondiHans Verkuil
authored andcommitted
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 <[email protected]> Reviewed-by: Daniel Scally <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 8c0af68 commit 22cd0db

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

include/uapi/linux/media/arm/mali-c55-config.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,6 @@ struct mali_c55_stats_buffer {
194194
__u32 reserved3[15];
195195
} __attribute__((packed));
196196

197-
/**
198-
* enum mali_c55_param_buffer_version - Mali-C55 parameters block versioning
199-
*
200-
* @MALI_C55_PARAM_BUFFER_V1: First version of Mali-C55 parameters block
201-
*/
202-
enum mali_c55_param_buffer_version {
203-
MALI_C55_PARAM_BUFFER_V1,
204-
};
205-
206197
/**
207198
* enum mali_c55_param_block_type - Enumeration of Mali-C55 parameter blocks
208199
*

0 commit comments

Comments
 (0)