Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab9e43c6 authored by Lennart Poettering's avatar Lennart Poettering Committed by Len Brown
Browse files

ACPI: EC: export ec_transaction() for msi-laptop driver

parent 6ffb221a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -384,6 +384,8 @@ extern int ec_transaction(u8 command,
				   wdata_len, rdata, rdata_len);
}

EXPORT_SYMBOL(ec_transaction);

static int acpi_ec_query(struct acpi_ec *ec, u8 *data)
{
	int result;