Ignore:
Timestamp:
Jun 8, 2009, 11:51:32 AM (16 years ago)
Author:
Paul Smedley
Message:

More code tidyups, remove some unnecessary #ifndef TARGET_OS2 by adding some more stub functions

Location:
GPL/trunk/alsa-kernel/include/sound
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/include/sound/config.h

    r442 r445  
    6262#include <linux/init.h>
    6363#include <linux/lockdep.h>
     64#include <linux/smp_lock.h>
    6465#include "compat_22.h"
    6566
  • GPL/trunk/alsa-kernel/include/sound/minors.h

    r399 r445  
    103103#define SNDRV_OSS_DEVICE_TYPE_MUSIC     6
    104104
     105#ifndef TARGET_OS2
    105106#define MODULE_ALIAS_SNDRV_MINOR(type) \
    106107        MODULE_ALIAS("sound-service-?-" __stringify(type))
    107 
     108#else
     109#define MODULE_ALIAS_SNDRV_MINOR(a)
     110#endif
    108111#endif
    109112
Note: See TracChangeset for help on using the changeset viewer.