All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH alsa-utils] topology/topology.c: drop unneeded <dlfcn.h> include
@ 2018-11-01 14:17 Thomas Petazzoni
  2018-11-02 14:05 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2018-11-01 14:17 UTC (permalink / raw)
  To: alsa-devel; +Cc: Thomas Petazzoni

This include is not used/needed and prevents building on systems that
don't provide <dlfcn.h>.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 topology/topology.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/topology/topology.c b/topology/topology.c
index 097c255..b72e341 100644
--- a/topology/topology.c
+++ b/topology/topology.c
@@ -27,7 +27,6 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/stat.h>
-#include <dlfcn.h>
 #include <getopt.h>
 #include <assert.h>
 
-- 
2.14.4

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

* Re: [PATCH alsa-utils] topology/topology.c: drop unneeded <dlfcn.h> include
  2018-11-01 14:17 [PATCH alsa-utils] topology/topology.c: drop unneeded <dlfcn.h> include Thomas Petazzoni
@ 2018-11-02 14:05 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2018-11-02 14:05 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: alsa-devel

On Thu, 01 Nov 2018 15:17:47 +0100,
Thomas Petazzoni wrote:
> 
> This include is not used/needed and prevents building on systems that
> don't provide <dlfcn.h>.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Applied, thanks.


Takashi

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

end of thread, other threads:[~2018-11-02 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-01 14:17 [PATCH alsa-utils] topology/topology.c: drop unneeded <dlfcn.h> include Thomas Petazzoni
2018-11-02 14:05 ` Takashi Iwai

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.