Commit dda4dd54 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] OSS sb_card.c: no need to include mca.h

I didn't find any reason why this file includes mca.h.  Paul Laufer already
ACK'ed this patch.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 17aea9bd
......@@ -26,9 +26,6 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#ifdef CONFIG_MCA
#include <linux/mca.h>
#endif /* CONFIG_MCA */
#include "sound_config.h"
#include "sb_mixer.h"
#include "sb.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment