mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-04 19:17:57 +07:00
kernel: remove HIPQUAD()
All users have been removed. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e7557af56a
commit
2c60b6885a
@ -379,18 +379,6 @@ static inline char *pack_hex_byte(char *buf, u8 byte)
|
|||||||
((unsigned char *)&addr)[3]
|
((unsigned char *)&addr)[3]
|
||||||
#define NIPQUAD_FMT "%u.%u.%u.%u"
|
#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
|
* min()/max()/clamp() macros that also do
|
||||||
* strict type-checking.. See the
|
* strict type-checking.. See the
|
||||||
|
Loading…
Reference in New Issue
Block a user