diff options
Diffstat (limited to 'src/mainboard/google/parrot/ec.h')
-rw-r--r-- | src/mainboard/google/parrot/ec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/parrot/ec.h b/src/mainboard/google/parrot/ec.h index ff9d558e27..a77cf63e28 100644 --- a/src/mainboard/google/parrot/ec.h +++ b/src/mainboard/google/parrot/ec.h @@ -41,7 +41,7 @@ */ #ifndef __ACPI__ -extern void parrot_ec_init(void); +void parrot_ec_init(void); u8 parrot_rev(void); #endif |