GHES: Make ghes_estatus_caches static
It is used only in ghes.c. Signed-off-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
parent
8d21d4c91e
commit
8f7c31f6cd
|
@ -128,7 +128,7 @@ static DEFINE_SPINLOCK(ghes_ioremap_lock_irq);
|
||||||
static struct gen_pool *ghes_estatus_pool;
|
static struct gen_pool *ghes_estatus_pool;
|
||||||
static unsigned long ghes_estatus_pool_size_request;
|
static unsigned long ghes_estatus_pool_size_request;
|
||||||
|
|
||||||
struct ghes_estatus_cache *ghes_estatus_caches[GHES_ESTATUS_CACHES_SIZE];
|
static struct ghes_estatus_cache *ghes_estatus_caches[GHES_ESTATUS_CACHES_SIZE];
|
||||||
static atomic_t ghes_estatus_cache_alloced;
|
static atomic_t ghes_estatus_cache_alloced;
|
||||||
|
|
||||||
static int ghes_ioremap_init(void)
|
static int ghes_ioremap_init(void)
|
||||||
|
|
Loading…
Reference in New Issue