On Tue, 14 Nov 2000, Linus Torvalds wrote:
>  - pre5:
>     - Rasmus Andersen: add proper "<linux/init.h>" for sound drivers

Rasmus spotted gus_midi.c not 100% correctly... (anyway thanks Rasmus)

--- linux-240t10p5/drivers/sound/gus_midi.c     Wed Nov 15 00:06:14 2000
+++ linux/drivers/sound/gus_midi.c      Wed Nov 15 00:06:24 2000
@@ -15,7 +15,7 @@
  *             Added __init to gus_midi_init()
  */
 
-#include "linux/init.h"
+#include <linux/init.h>
 #include "sound_config.h"
 
 #include "gus.h"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to