From 40e23d12017ba8aa40bb15c9214cd7ac531a159e Mon Sep 17 00:00:00 2001 From: Davide Grohmann Date: Thu, 17 Jun 2021 09:59:40 +0200 Subject: Do not expose device specific hw config in capabilities Change-Id: Ia90e2d74c3e071c6e3de381cfada9a5a155d7529 --- kernel/uapi/ethosu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/uapi/ethosu.h') diff --git a/kernel/uapi/ethosu.h b/kernel/uapi/ethosu.h index 3e4e7a3..3c0a983 100644 --- a/kernel/uapi/ethosu.h +++ b/kernel/uapi/ethosu.h @@ -149,13 +149,11 @@ struct ethosu_uapi_device_hw_id { * struct ethosu_uapi_device_hw_cfg - Device hardware configuration * @macs_per_cc: MACs per clock cycle * @cmd_stream_version: NPU command stream version - * @shram_size: SHRAM size * @custom_dma: Custom DMA enabled */ struct ethosu_uapi_device_hw_cfg { __u32 macs_per_cc; __u32 cmd_stream_version; - __u32 shram_size; __u32 custom_dma; }; -- cgit v1.2.1