From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Jason Wang" <jasowang@redhat.com>,
"Jiri Pirko" <jiri@resnulli.us>
Subject: [PATCH-for-7.0] hw/net/rocker: Remove unused definitions
Date: Tue, 16 Nov 2021 20:39:15 +0100 [thread overview]
Message-ID: <20211116193915.2792721-1-philmd@redhat.com> (raw)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
hw/net/rocker/rocker.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/hw/net/rocker/rocker.h b/hw/net/rocker/rocker.h
index 412fa44d017..d22bbd2bf80 100644
--- a/hw/net/rocker/rocker.h
+++ b/hw/net/rocker/rocker.h
@@ -36,13 +36,8 @@ static inline GCC_FMT_ATTR(1, 2) int DPRINTF(const char *fmt, ...)
}
#endif
-#define __le16 uint16_t
-#define __le32 uint32_t
-#define __le64 uint64_t
-
#define __be16 uint16_t
#define __be32 uint32_t
-#define __be64 uint64_t
static inline bool ipv4_addr_is_multicast(__be32 addr)
{
--
2.31.1
next reply other threads:[~2021-11-16 19:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-16 19:39 Philippe Mathieu-Daudé [this message]
2021-12-15 10:37 ` [PATCH-for-7.0] hw/net/rocker: Remove unused definitions Philippe Mathieu-Daudé
2021-12-18 0:25 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211116193915.2792721-1-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=jasowang@redhat.com \
--cc=jiri@resnulli.us \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).