All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] lib/alloc: remove double include
@ 2021-05-27 12:45 Steffen Eiden
  0 siblings, 0 replies; only message in thread
From: Steffen Eiden @ 2021-05-27 12:45 UTC (permalink / raw)
  To: kvm; +Cc: frankja, pbonzini, seiden

One bitops.h include should be enough.

Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
---
 lib/alloc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/alloc.c b/lib/alloc.c
index a46f464..f4266f5 100644
--- a/lib/alloc.c
+++ b/lib/alloc.c
@@ -1,5 +1,4 @@
 #include "alloc.h"
-#include "bitops.h"
 #include "asm/page.h"
 #include "bitops.h"
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-27 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 12:45 [kvm-unit-tests PATCH] lib/alloc: remove double include Steffen Eiden

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.