diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-07-02 16:37:05 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-07-03 08:23:09 +0200 |
commit | 81fcb170852d58d7ebd8101a8ef970c82056426e (patch) | |
tree | f28367c9e30f116efe445cd016d04a4d57cb0551 /sound/pci/ymfpci/ymfpci_main.c | |
parent | ALSA: pdaudiocf: Remove superfluous pm_message_t argument from suspend (diff) | |
download | linux-81fcb170852d58d7ebd8101a8ef970c82056426e.tar.xz linux-81fcb170852d58d7ebd8101a8ef970c82056426e.zip |
ALSA: Move some headers to local directories from include/sound
This is a bit clean up of public sound header directory.
Some header files in include/sound aren't really necessary to be
located there but can be moved to their local directories gracefully.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ymfpci/ymfpci_main.c')
-rw-r--r-- | sound/pci/ymfpci/ymfpci_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ymfpci/ymfpci_main.c b/sound/pci/ymfpci/ymfpci_main.c index c706901d6ff6..62b23635b754 100644 --- a/sound/pci/ymfpci/ymfpci_main.c +++ b/sound/pci/ymfpci/ymfpci_main.c @@ -33,7 +33,7 @@ #include <sound/control.h> #include <sound/info.h> #include <sound/tlv.h> -#include <sound/ymfpci.h> +#include "ymfpci.h" #include <sound/asoundef.h> #include <sound/mpu401.h> |