summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c')
-rw-r--r--firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c b/firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c
index 7673b529cc..e17bfc421b 100644
--- a/firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c
+++ b/firmware/target/arm/as3525/sansa-clipzip/lcd-clipzip.c
@@ -18,12 +18,14 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21
21#include "config.h" 22#include "config.h"
23#include "cpu.h"
24#include "system.h"
25#include "kernel.h"
22 26
23#include "lcd.h" 27#include "lcd.h"
24#include "lcd-target.h" 28#include "lcd-target.h"
25#include "system.h"
26#include "cpu.h"
27 29
28/* the detected lcd type (0 or 1) */ 30/* the detected lcd type (0 or 1) */
29static int lcd_type; 31static int lcd_type;