Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/isa/sb/sb8.c

    r410 r598  
    2323#include <linux/err.h>
    2424#include <linux/isa.h>
    25 #include <linux/slab.h>
    2625#include <linux/ioport.h>
    2726#include <linux/moduleparam.h>
     
    7473static void snd_sb8_free(struct snd_card *card)
    7574{
    76         struct snd_sb8 *acard = (struct snd_sb8 *)card->private_data;
     75        struct snd_sb8 *acard = card->private_data;
    7776
    7877        if (acard == NULL)
Note: See TracChangeset for help on using the changeset viewer.