projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b454e
)
rng: remove unused included header
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Sat, 22 Oct 2016 09:52:41 +0000
(12:52 +0300)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 24 Oct 2016 13:27:19 +0000
(15:27 +0200)
DEFINE_PROP_CHR is not used (rng is not of TYPE_DEVICE)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <
20161022095318
.17775-2-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
backends/rng-egd.c
patch
|
blob
|
history
diff --git
a/backends/rng-egd.c
b/backends/rng-egd.c
index ba17c075cf189471da37feca8ba02d905513cc0b..0f6d0af278010adc795bd884abf6e4716cf90d12 100644
(file)
--- a/
backends/rng-egd.c
+++ b/
backends/rng-egd.c
@@
-15,7
+15,6
@@
#include "sysemu/char.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
-#include "hw/qdev.h" /* just for DEFINE_PROP_CHR */
#define TYPE_RNG_EGD "rng-egd"
#define RNG_EGD(obj) OBJECT_CHECK(RngEgd, (obj), TYPE_RNG_EGD)