Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Dr. David Alan Gilbert and committed by
Herbert Xu
2dcdf3be adc5167b

-7
-7
drivers/crypto/axis/artpec6_crypto.c
··· 2811 2811 2812 2812 #ifdef CONFIG_DEBUG_FS 2813 2813 2814 - struct dbgfs_u32 { 2815 - char *name; 2816 - mode_t mode; 2817 - u32 *flag; 2818 - char *desc; 2819 - }; 2820 - 2821 2814 static struct dentry *dbgfs_root; 2822 2815 2823 2816 static void artpec6_crypto_init_debugfs(void)