All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] trivial: Remove unneeded ifndef in memory.h
@ 2017-05-18 10:36 Juan Quintela
  2017-05-18 11:49 ` Dr. David Alan Gilbert
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Juan Quintela @ 2017-05-18 10:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx, qemu-trivial

All the file is surounded already by #ifndef CONFIG_USER_ONLY.

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 include/exec/memory.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/exec/memory.h b/include/exec/memory.h
index 99e0f54..6b5b953 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -17,9 +17,7 @@
 #ifndef CONFIG_USER_ONLY
 
 #include "exec/cpu-common.h"
-#ifndef CONFIG_USER_ONLY
 #include "exec/hwaddr.h"
-#endif
 #include "exec/memattrs.h"
 #include "exec/ramlist.h"
 #include "qemu/queue.h"
-- 
2.9.3

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

end of thread, other threads:[~2017-05-23 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-18 10:36 [Qemu-devel] [PATCH] trivial: Remove unneeded ifndef in memory.h Juan Quintela
2017-05-18 11:49 ` Dr. David Alan Gilbert
2017-05-18 14:57 ` Laurent Vivier
2017-05-23 14:45 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.