drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git] / include / soc / at91 / atmel-secumod.h
blob8dbdafe0a24e77117f209301b8223427f213c039
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Atmel Security Module register offsets and bit definitions.
5 * Copyright (C) 2016 Atmel
7 * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>
8 */
10 #ifndef _LINUX_SOC_AT91_ATMEL_SECUMOD_H
11 #define _LINUX_SOC_AT91_ATMEL_SECUMOD_H
13 #define AT91_SECUMOD_RAMRDY 0x14
14 #define AT91_SECUMOD_RAMRDY_READY BIT(0)
16 #endif /* _LINUX_SOC_AT91_ATMEL_SECUMOD_H */