X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fsound%2Futil_mem.h;h=a1fb706b59a6ec2855fefb8fa4b6596c9aeda2ff;hb=d2ae5b5f6afd3c4caaf82444102a4372135cb994;hp=69944bbb5445fb9476af87e40e5e2285b6e21733;hpb=4da5cc2cec8caec1d357053e85a7a32f243f93a1;p=powerpc.git diff --git a/include/sound/util_mem.h b/include/sound/util_mem.h index 69944bbb54..a1fb706b59 100644 --- a/include/sound/util_mem.h +++ b/include/sound/util_mem.h @@ -1,5 +1,7 @@ #ifndef __SOUND_UTIL_MEM_H #define __SOUND_UTIL_MEM_H + +#include /* * Copyright (C) 2000 Takashi Iwai * @@ -40,7 +42,7 @@ struct snd_util_memhdr { int nblocks; /* # of allocated blocks */ unsigned int used; /* used memory size */ int block_extra_size; /* extra data size of chunk */ - struct semaphore block_mutex; /* lock */ + struct mutex block_mutex; /* lock */ }; /*