Ignore:
Timestamp:
Jun 18, 2007, 3:00:22 AM (18 years ago)
Author:
Brendan Oakley
Message:

Merged to Alsa 0.9.0rc2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/drivers/dummy.c

    r206 r207  
    2121#include <sound/driver.h>
    2222#include <linux/init.h>
     23#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 0)
     24#include <linux/jiffies.h>
     25#else
    2326#include <linux/sched.h>
     27#endif
    2428#include <linux/slab.h>
    2529#include <linux/time.h>
     
    3135#define SNDRV_GET_ID
    3236#include <sound/initval.h>
    33 
    34 EXPORT_NO_SYMBOLS;
    3537
    3638MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>");
Note: See TracChangeset for help on using the changeset viewer.