qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] smbus: Remove unneeded include
@ 2019-01-12  1:32 BALATON Zoltan
  2019-01-14 10:39 ` [Qemu-devel] [Qemu-ppc] " Thomas Huth
  2019-01-14 10:51 ` [Qemu-devel] " Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: BALATON Zoltan @ 2019-01-12  1:32 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: David Gibson

The file no longer uses error_report after review so the header is not
needed either.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
Forgot to delete this when rewriting after review. This
can be squashed into 7713f5bed in dgibson/qemu/ppc-for-4.0

 hw/i2c/smbus_eeprom.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/i2c/smbus_eeprom.c b/hw/i2c/smbus_eeprom.c
index bef24a1ca4..01b9439014 100644
--- a/hw/i2c/smbus_eeprom.c
+++ b/hw/i2c/smbus_eeprom.c
@@ -23,7 +23,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu/error-report.h"
 #include "qemu/units.h"
 #include "qapi/error.h"
 #include "hw/hw.h"
-- 
2.13.7

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

end of thread, other threads:[~2019-01-14 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-12  1:32 [Qemu-devel] [PATCH] smbus: Remove unneeded include BALATON Zoltan
2019-01-14 10:39 ` [Qemu-devel] [Qemu-ppc] " Thomas Huth
2019-01-14 10:51 ` [Qemu-devel] " Philippe Mathieu-Daudé

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).