]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/acpi/ec.c
Pull ec into test branch
[mv-sheeva.git] / drivers / acpi / ec.c
index e2cfc9e078e9bfb0d42d8703180f88f7686c654a..08c12588af6910cf98d236823463dc8fb105eb01 100644 (file)
@@ -367,7 +367,7 @@ int ec_write(u8 addr, u8 val)
 
 EXPORT_SYMBOL(ec_write);
 
-extern int ec_transaction(u8 command,
+int ec_transaction(u8 command,
                          const u8 * wdata, unsigned wdata_len,
                          u8 * rdata, unsigned rdata_len)
 {