mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
remove unnecessary includes from cmd_ide.c
mpc8xx and mpc5xxx specific includes in cmd_ide.c are not required, remove them. Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>
This commit is contained in:
parent
21d2bf426f
commit
8af4472a77
1 changed files with 0 additions and 8 deletions
|
@ -38,14 +38,6 @@
|
|||
# include <pcmcia.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_8xx
|
||||
# include <mpc8xx.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MPC5xxx
|
||||
#include <mpc5xxx.h>
|
||||
#endif
|
||||
|
||||
#include <ide.h>
|
||||
#include <ata.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue