mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
crypto: axis - Remove unused struct 'dbgfs_u32'
'dbgfs_u32' appears unused. Remove it. (pdma_stat_descr is also unused, but I'm assuming it's some useful layout description of firmware/hardware so best left in) Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
adc5167be5
commit
2dcdf3be65
@ -2811,13 +2811,6 @@ static struct aead_alg aead_algos[] = {
|
||||
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
|
||||
struct dbgfs_u32 {
|
||||
char *name;
|
||||
mode_t mode;
|
||||
u32 *flag;
|
||||
char *desc;
|
||||
};
|
||||
|
||||
static struct dentry *dbgfs_root;
|
||||
|
||||
static void artpec6_crypto_init_debugfs(void)
|
||||
|
Loading…
Reference in New Issue
Block a user