PATCH: 2.5.27 Fix dump non compile in ad1848 audio

PATCH: 2.5.27 Fix dump non compile in ad1848 audio

Post by Alan Co » Tue, 23 Jul 2002 04:50:08



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/

 
 
 

1. PATCH: 2.5.27 fix abusers of set_bit

Neither epca nor specialix actually -care- what the event flag size is so
switching to unsigned long makes life happy and maybe makes it work 64bit
bigendian.

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.27/drivers/char/epca.h linux-2.5.27-ac1/drivers/char/epca.h
--- linux-2.5.27/drivers/char/epca.h    Sat Jul 20 20:11:23 2002

        int    close_delay;
        int    count;
        int    blocked_open;
-       int    event;
+       ulong  event;
        int    asyncflags;
        uint   dev;
        long   session;
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.27/drivers/char/specialix_io8.h linux-2.5.27-ac1/drivers/char/specialix_io8.h
--- linux-2.5.27/drivers/char/specialix_io8.h   Sat Jul 20 20:11:04 2002

        struct tty_struct       * tty;
        int                     count;
        int                     blocked_open;
-       int                     event;
+       ulong                   event;
        int                     timeout;
        int                     close_delay;
        long                    session;
-
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/

2. Looking for Win95/Linux network setup HOWTO

3. PATCH: 2.5.27 - Fix up the atp870u scsi driver

4. DEC RZ23-E disk drive jumpers

5. 2.5.27 fix potential spinlocking race.

6. Oh file in /dev/rmt

7. context-switching & LDT fixes, 2.5.27

8. how do I get my SummaExpression to work ?

9. 2.5.27: s390 fixes.

10. 2.5.27 Logitech Busmouse new driver FIX

11. PATCH: 2.5.27 correct headers so miropcm-rds builds

12. irqlock patch 2.5.27-H4

13. PATCH: 2.5.27 port thunderlan to the new DMA API