Re: [U-Boot] [PATCH] sata: namespace curr_device variable

2009-07-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1245029722-14514-2-git-send-email-vap...@gentoo.org> you wrote: > The curr_device variable really should be namespaced with a "sata_" prefix > since it is only used by the sata code. It also avoids random conflicts > with other pieces of code (like cmd_mmc): > com

[U-Boot] [PATCH] sata: namespace curr_device variable

2009-06-14 Thread Mike Frysinger
The curr_device variable really should be namespaced with a "sata_" prefix since it is only used by the sata code. It also avoids random conflicts with other pieces of code (like cmd_mmc): common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0): multiple definition of `curr_device' common/l