mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
b0039c00fb
caam_get_era() is only used locally, so do not export this function and make it static instead. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14 lines
304 B
C
14 lines
304 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* CAAM control-plane driver backend public-level include definitions
|
|
*
|
|
* Copyright 2012 Freescale Semiconductor, Inc.
|
|
*/
|
|
|
|
#ifndef CTRL_H
|
|
#define CTRL_H
|
|
|
|
/* Prototypes for backend-level services exposed to APIs */
|
|
extern bool caam_dpaa2;
|
|
|
|
#endif /* CTRL_H */
|