mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
[PATCH] Clean include dependence
This commit is contained in:
parent
6f934210fb
commit
342cd097be
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
* header files */
|
||||
|
||||
#include <common.h>
|
||||
#include <configs/ml401.h>
|
||||
#include <config.h>
|
||||
|
||||
void do_reset (void)
|
||||
{
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* header files */
|
||||
|
||||
#include <common.h>
|
||||
#include <configs/ml401.h>
|
||||
#include <config.h>
|
||||
|
||||
void do_reset (void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue