diff options
Diffstat (limited to 'sound/oss/gus_card.c')
-rw-r--r-- | sound/oss/gus_card.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/oss/gus_card.c b/sound/oss/gus_card.c index a3d6ae33fe8b..4539269b3d95 100644 --- a/sound/oss/gus_card.c +++ b/sound/oss/gus_card.c @@ -11,11 +11,10 @@ * Christoph Hellwig: Adapted to module_init/module_exit, simple cleanups. * * Status: - * Tested... + * Tested... */ - - -#include <linux/config.h> + + #include <linux/init.h> #include <linux/interrupt.h> #include <linux/module.h> |