Header cleanups mean init.h now actually needs to be included properly
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.27/sound/isa/ad1848/ad1848_lib.c linux-2.5.27-ac1/sound/isa/ad1848/ad1848_lib.c
--- linux-2.5.27/sound/isa/ad1848/ad1848_lib.c Sat Jul 20 20:11:16 2002
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/ioport.h>
+#include <linux/init.h>
#include <sound/core.h>
#include <sound/ad1848.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/