summaryrefslogtreecommitdiffstats
path: root/sound/pci/trident/trident.c
diff options
context:
space:
mode:
authorTakashi Iwai2012-07-02 16:37:05 +0200
committerTakashi Iwai2012-07-03 08:23:09 +0200
commit81fcb170852d58d7ebd8101a8ef970c82056426e (patch)
treef28367c9e30f116efe445cd016d04a4d57cb0551 /sound/pci/trident/trident.c
parentALSA: pdaudiocf: Remove superfluous pm_message_t argument from suspend (diff)
downloadkernel-qcow2-linux-81fcb170852d58d7ebd8101a8ef970c82056426e.tar.gz
kernel-qcow2-linux-81fcb170852d58d7ebd8101a8ef970c82056426e.tar.xz
kernel-qcow2-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/trident/trident.c')
-rw-r--r--sound/pci/trident/trident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/trident/trident.c b/sound/pci/trident/trident.c
index f61346a555bb..d36e6ca147e1 100644
--- a/sound/pci/trident/trident.c
+++ b/sound/pci/trident/trident.c
@@ -26,7 +26,7 @@
#include <linux/time.h>
#include <linux/module.h>
#include <sound/core.h>
-#include <sound/trident.h>
+#include "trident.h"
#include <sound/initval.h>
MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>, <audio@tridentmicro.com>");