From 8fb67f48ab57770c3233352de17846a8a773192a Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Thu, 12 May 2016 06:47:38 +0200 Subject: iPod Classic: updates for uc8702 driver - Small rework on the UC8702 UART controller to make it compatible with other s5l870x SOCs. Files moved and renamed, many conditional code added to deal with capabilities and 'features' of the different CPUs. - A couple of optimizacions that should not affect the functionality. Change-Id: I705169f7e8b18d5d1da642f81ffc31c4089780a6 --- firmware/target/arm/s5l8702/system-s5l8702.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/s5l8702/system-s5l8702.c') diff --git a/firmware/target/arm/s5l8702/system-s5l8702.c b/firmware/target/arm/s5l8702/system-s5l8702.c index 6b20f44acb..fd3a464e2f 100644 --- a/firmware/target/arm/s5l8702/system-s5l8702.c +++ b/firmware/target/arm/s5l8702/system-s5l8702.c @@ -24,9 +24,9 @@ #include "panic.h" #include "system-target.h" #include "pmu-target.h" +#include "uart-target.h" #include "gpio-s5l8702.h" #include "dma-s5l8702.h" -#include "uart-s5l8702.h" #include "clocking-s5l8702.h" #define default_interrupt(name) \ -- cgit v1.2.3