diff options
author | Ionela Voinescu <ionela.voinescu@imgtec.com> | 2015-06-07 23:22:34 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-06-10 22:21:55 +0200 |
commit | 1d4c305887642759ae89d47804165e534829959c (patch) | |
tree | 918960bce01a911988af834c5950358d0efa8627 /src/soc/imgtec/pistachio/clocks.c | |
parent | 11f33e48721d864fc575e4c1c76e69fdb50b9901 (diff) |
pistachio: sort included header files
Place included header files in alphabetical order.
Change-Id: Ice23178d1f07e2cb0178efbc7ce487d54bf3f708
Signed-off-by: Ionela Voinescu <ionela.voinescu@imgtec.com>
Reviewed-on: http://review.coreboot.org/10459
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/imgtec/pistachio/clocks.c')
-rw-r--r-- | src/soc/imgtec/pistachio/clocks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/imgtec/pistachio/clocks.c b/src/soc/imgtec/pistachio/clocks.c index 96d8de8207..a2e5b2be42 100644 --- a/src/soc/imgtec/pistachio/clocks.c +++ b/src/soc/imgtec/pistachio/clocks.c @@ -19,10 +19,10 @@ */ #include <arch/io.h> +#include <assert.h> +#include <delay.h> #include <soc/clocks.h> #include <timer.h> -#include <delay.h> -#include <assert.h> /* Definitions for PLL enable */ #define PISTACHIO_CLOCK_SWITCH 0xB8144200 |