summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/riscv/init.c
blob: 5ef97905a72759ea2aab3195e56b7ee580eded96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (C) 2023-2024, Ventana Micro Systems Inc
 *	Author: Sunil V L <sunilvl@ventanamicro.com>
 */

#include <linux/acpi.h>
#include "init.h"

void __init acpi_riscv_init(void)
{
	riscv_acpi_init_gsi_mapping();
}