[U-Boot-Users] [PATCH] Fix net drivers include headers
Grant Likely
grant.likely at secretlab.ca
Thu Oct 11 22:14:20 CEST 2007
On 10/11/07, Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> board/mpl/vcma9/cmd_vcma9.c | 2 +-
> board/netstar/eeprom.c | 2 +-
> board/voiceblue/eeprom.c | 2 +-
> examples/smc91111_eeprom.c | 2 +-
> lib_arm/board.c | 4 ++--
> lib_blackfin/board.c | 2 +-
> 6 files changed, 7 insertions(+), 7 deletions(-)
Merge this patch with the patch that moves the files
g.
>
> diff --git a/board/mpl/vcma9/cmd_vcma9.c b/board/mpl/vcma9/cmd_vcma9.c
> index 227c492..90a1b08 100644
> --- a/board/mpl/vcma9/cmd_vcma9.c
> +++ b/board/mpl/vcma9/cmd_vcma9.c
> @@ -31,7 +31,7 @@
> #include "../common/common_util.h"
>
> #if defined(CONFIG_DRIVER_CS8900)
> -#include <../drivers/cs8900.h>
> +#include <../drivers/net/cs8900.h>
>
> static uchar cs8900_chksum(ushort data)
> {
> diff --git a/board/netstar/eeprom.c b/board/netstar/eeprom.c
> index fef3822..0de594b 100644
> --- a/board/netstar/eeprom.c
> +++ b/board/netstar/eeprom.c
> @@ -26,7 +26,7 @@
>
> #include <common.h>
> #include <exports.h>
> -#include "../drivers/smc91111.h"
> +#include "../drivers/net/smc91111.h"
>
> #define SMC_BASE_ADDRESS CONFIG_SMC91111_BASE
>
> diff --git a/board/voiceblue/eeprom.c b/board/voiceblue/eeprom.c
> index 0ad1b66..d8ea6e5 100644
> --- a/board/voiceblue/eeprom.c
> +++ b/board/voiceblue/eeprom.c
> @@ -26,7 +26,7 @@
>
> #include <common.h>
> #include <exports.h>
> -#include "../drivers/smc91111.h"
> +#include "../drivers/net/smc91111.h"
>
> #define SMC_BASE_ADDRESS CONFIG_SMC91111_BASE
>
> diff --git a/examples/smc91111_eeprom.c b/examples/smc91111_eeprom.c
> index 98e3e86..b8a3594 100644
> --- a/examples/smc91111_eeprom.c
> +++ b/examples/smc91111_eeprom.c
> @@ -29,7 +29,7 @@
>
> #include <common.h>
> #include <exports.h>
> -#include "../drivers/smc91111.h"
> +#include "../drivers/net/smc91111.h"
>
> #define SMC_BASE_ADDRESS CONFIG_SMC91111_BASE
> #define EEPROM 0x1;
> diff --git a/lib_arm/board.c b/lib_arm/board.c
> index d28afc5..52bc7a8 100644
> --- a/lib_arm/board.c
> +++ b/lib_arm/board.c
> @@ -46,10 +46,10 @@
> #include <net.h>
>
> #ifdef CONFIG_DRIVER_SMC91111
> -#include "../drivers/smc91111.h"
> +#include "../drivers/net/smc91111.h"
> #endif
> #ifdef CONFIG_DRIVER_LAN91C96
> -#include "../drivers/lan91c96.h"
> +#include "../drivers/net/lan91c96.h"
> #endif
>
> DECLARE_GLOBAL_DATA_PTR;
> diff --git a/lib_blackfin/board.c b/lib_blackfin/board.c
> index 7c9990f..86a3b67 100644
> --- a/lib_blackfin/board.c
> +++ b/lib_blackfin/board.c
> @@ -35,7 +35,7 @@
> #include <i2c.h>
> #include "blackfin_board.h"
> #include <asm/cplb.h>
> -#include "../drivers/smc91111.h"
> +#include "../drivers/net/smc91111.h"
>
> #if defined(CONFIG_BF537)&&defined(CONFIG_POST)
> #include <post.h>
> --
> 1.5.3.2
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely at secretlab.ca
(403) 399-0195
More information about the U-Boot
mailing list