]> Git Repo - J-linux.git/blob - drivers/acpi/riscv/init.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / acpi / riscv / init.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Copyright (C) 2023-2024, Ventana Micro Systems Inc
4  *      Author: Sunil V L <[email protected]>
5  */
6
7 #include <linux/acpi.h>
8 #include "init.h"
9
10 void __init acpi_arch_init(void)
11 {
12         riscv_acpi_init_gsi_mapping();
13 }
This page took 0.026336 seconds and 4 git commands to generate.