aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/cmi8328.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/isa/cmi8328.c')
-rw-r--r--sound/isa/cmi8328.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/cmi8328.c b/sound/isa/cmi8328.c
index 8e1756c3b9bb..d09e456107ad 100644
--- a/sound/isa/cmi8328.c
+++ b/sound/isa/cmi8328.c
@@ -26,7 +26,7 @@ MODULE_AUTHOR("Ondrej Zary <linux@rainbow-software.org>");
26MODULE_DESCRIPTION("C-Media CMI8328"); 26MODULE_DESCRIPTION("C-Media CMI8328");
27MODULE_LICENSE("GPL"); 27MODULE_LICENSE("GPL");
28 28
29#if defined(CONFIG_GAMEPORT) || defined(CONFIG_GAMEPORT_MODULE) 29#if IS_ENABLED(CONFIG_GAMEPORT)
30#define SUPPORT_JOYSTICK 1 30#define SUPPORT_JOYSTICK 1
31#endif 31#endif
32 32