lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 14 Dec 2007 12:02:46 +0100
From:	Takashi Iwai <tiwai@...e.de>
To:	Marcin Ślusarz <marcin.slusarz@...il.com>
Cc:	perex@...ex.cz, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sound/core.h: include sound/driver.h

At Sat, 8 Dec 2007 21:50:45 +0100,
Marcin Ślusarz wrote:
> 
> sound/core.h: include sound/driver.h
> 
> include sound/driver.h in sound/core.h because core.h
> uses SNDRV_CARDS (which is defined in sound/driver.h)
> 
> Signed-off-by: Marcin Ślusarz <marcin.slusarz@...il.com>

Right now I have another (bigger) change for this include path, so
this patch won't be needed any more.

I applied the patches to sound/* except for this one and
sound/memory.c.   Thanks!


Takashi


> ---
>  include/sound/core.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/sound/core.h b/include/sound/core.h
> index 6954836..3b0903a 100644
> --- a/include/sound/core.h
> +++ b/include/sound/core.h
> @@ -27,6 +27,7 @@
>  #include <linux/rwsem.h>		/* struct rw_semaphore */
>  #include <linux/pm.h>			/* pm_message_t */
>  #include <linux/device.h>
> +#include <sound/driver.h>
> 
>  /* forward declarations */
>  #ifdef CONFIG_PCI
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ