* [PATCH 3/3] kernel: remove HIPQUAD()
@ 2009-03-29 1:38 Harvey Harrison
2009-03-29 6:56 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Harvey Harrison @ 2009-03-29 1:38 UTC (permalink / raw)
To: David Miller; +Cc: linux-netdev
All users have been removed.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
include/linux/kernel.h | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 914918a..f81d80f 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -379,18 +379,6 @@ static inline char *pack_hex_byte(char *buf, u8 byte)
((unsigned char *)&addr)[3]
#define NIPQUAD_FMT "%u.%u.%u.%u"
-#if defined(__LITTLE_ENDIAN)
-#define HIPQUAD(addr) \
- ((unsigned char *)&addr)[3], \
- ((unsigned char *)&addr)[2], \
- ((unsigned char *)&addr)[1], \
- ((unsigned char *)&addr)[0]
-#elif defined(__BIG_ENDIAN)
-#define HIPQUAD NIPQUAD
-#else
-#error "Please fix asm/byteorder.h"
-#endif /* __LITTLE_ENDIAN */
-
/*
* min()/max()/clamp() macros that also do
* strict type-checking.. See the
--
1.6.2.1.507.g0e68d
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 3/3] kernel: remove HIPQUAD()
2009-03-29 1:38 [PATCH 3/3] kernel: remove HIPQUAD() Harvey Harrison
@ 2009-03-29 6:56 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-03-29 6:56 UTC (permalink / raw)
To: harvey.harrison; +Cc: netdev
From: Harvey Harrison <harvey.harrison@gmail.com>
Date: Sat, 28 Mar 2009 18:38:31 -0700
> All users have been removed.
>
> Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-29 6:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29 1:38 [PATCH 3/3] kernel: remove HIPQUAD() Harvey Harrison
2009-03-29 6:56 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).