All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] net: make IPaddr type big endian
@ 2013-01-17  0:09 Kim Phillips
  2013-07-08 16:04 ` Joe Hershberger
  0 siblings, 1 reply; 2+ messages in thread
From: Kim Phillips @ 2013-01-17  0:09 UTC (permalink / raw)
  To: u-boot

for use with sparse.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
---
 include/net.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net.h b/include/net.h
index 970d4d1..4c5a000 100644
--- a/include/net.h
+++ b/include/net.h
@@ -39,7 +39,7 @@
 #define PKTALIGN	ARCH_DMA_MINALIGN
 
 /* IPv4 addresses are always 32 bits in size */
-typedef u32		IPaddr_t;
+typedef __be32		IPaddr_t;
 
 
 /**
-- 
1.8.1.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 1/2] net: make IPaddr type big endian
  2013-01-17  0:09 [U-Boot] [PATCH 1/2] net: make IPaddr type big endian Kim Phillips
@ 2013-07-08 16:04 ` Joe Hershberger
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Hershberger @ 2013-07-08 16:04 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 16, 2013 at 6:09 PM, Kim Phillips
<kim.phillips@freescale.com> wrote:
> for use with sparse.
>
> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
> Cc: Joe Hershberger <joe.hershberger@gmail.com>

Applied, Thanks.
-Joe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-08 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-17  0:09 [U-Boot] [PATCH 1/2] net: make IPaddr type big endian Kim Phillips
2013-07-08 16:04 ` Joe Hershberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.