aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/opl3/opl3_seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/drivers/opl3/opl3_seq.c')
-rw-r--r--sound/drivers/opl3/opl3_seq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/drivers/opl3/opl3_seq.c b/sound/drivers/opl3/opl3_seq.c
index 2d33f53d36b8..723562e34fcc 100644
--- a/sound/drivers/opl3/opl3_seq.c
+++ b/sound/drivers/opl3/opl3_seq.c
@@ -25,6 +25,7 @@
25#include "opl3_voice.h" 25#include "opl3_voice.h"
26#include <linux/init.h> 26#include <linux/init.h>
27#include <linux/moduleparam.h> 27#include <linux/moduleparam.h>
28#include <linux/module.h>
28#include <sound/initval.h> 29#include <sound/initval.h>
29 30
30MODULE_AUTHOR("Uros Bizjak <uros@kss-loka.si>"); 31MODULE_AUTHOR("Uros Bizjak <uros@kss-loka.si>");