diff options
author | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-21 18:02:50 +0000 |
---|---|---|
committer | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-21 18:02:50 +0000 |
commit | 6c97145e7d28d380bf2a7952604c84c4c5721f51 (patch) | |
tree | 33c8cc306db10c2a69945f68934eb6aaccd16d79 /firmware/target/arm/at91sam | |
parent | 14c2e677fd3c23ce7ae633b04dc64973c07a4479 (diff) | |
download | rockbox-6c97145e7d28d380bf2a7952604c84c4c5721f51.tar.gz rockbox-6c97145e7d28d380bf2a7952604c84c4c5721f51.zip |
Add missing includes found using -Wmissing-declarations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31396 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/at91sam')
-rw-r--r-- | firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c | 2 | ||||
-rw-r--r-- | firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c b/firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c index 3734d6d1b1..d3674055ab 100644 --- a/firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c +++ b/firmware/target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c | |||
@@ -19,6 +19,8 @@ | |||
19 | * | 19 | * |
20 | ****************************************************************************/ | 20 | ****************************************************************************/ |
21 | 21 | ||
22 | #include "adc.h" | ||
23 | |||
22 | void adc_init(void) | 24 | void adc_init(void) |
23 | { | 25 | { |
24 | } | 26 | } |
diff --git a/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c b/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c index 3ace8e791d..258b2052a6 100644 --- a/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c +++ b/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c | |||
@@ -19,6 +19,8 @@ | |||
19 | * | 19 | * |
20 | ****************************************************************************/ | 20 | ****************************************************************************/ |
21 | 21 | ||
22 | #include "lcd.h" | ||
23 | |||
22 | /* Update the display. | 24 | /* Update the display. |
23 | This must be called after all other LCD functions that change the display */ | 25 | This must be called after all other LCD functions that change the display */ |
24 | void lcd_update(void) | 26 | void lcd_update(void) |