From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- kernel/drivers/crypto/ccree/cc_cipher.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/crypto/ccree/cc_cipher.h b/kernel/drivers/crypto/ccree/cc_cipher.h index 4dbc0a1..da3a387 100644 --- a/kernel/drivers/crypto/ccree/cc_cipher.h +++ b/kernel/drivers/crypto/ccree/cc_cipher.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */ +/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */ /* \file cc_cipher.h * ARM CryptoCell Cipher Crypto API @@ -20,7 +20,6 @@ u32 in_mlli_nents; u32 out_nents; u32 out_mlli_nents; - u8 *backup_info; /*store iv for generated IV flow*/ u8 *iv; struct mlli_params mlli_params; }; -- Gitblit v1.6.2