Skip to content

Commit

Permalink
ACPI: EC: export ec_transaction() for msi-laptop driver
Browse files Browse the repository at this point in the history
Signed-off-by: Lennart Poettering <mzxreary@0pointer.de>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Lennart Poettering authored and Len Brown committed Oct 14, 2006
1 parent 6ffb221 commit ab9e43c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ab9e43c

Please sign in to comment.