]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/sound_core.c
Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/linux...
[karo-tx-linux.git] / sound / sound_core.c
index 6ce277860fd73c9231da9af6f6dfb1048d4bd0c4..c6e81fb928e9acda430945fe7b0bf329f5760074 100644 (file)
@@ -29,7 +29,7 @@ MODULE_DESCRIPTION("Core sound module");
 MODULE_AUTHOR("Alan Cox");
 MODULE_LICENSE("GPL");
 
-static char *sound_devnode(struct device *dev, mode_t *mode)
+static char *sound_devnode(struct device *dev, umode_t *mode)
 {
        if (MAJOR(dev->devt) == SOUND_MAJOR)
                return NULL;