kernel.h: fix wrong usage of __ratelimit()
[safe/jmp/linux-2.6] / include / sound / jack.h
index 6b013c6..f236e42 100644 (file)
@@ -50,6 +50,8 @@ struct snd_jack {
        int type;
        const char *id;
        char name[100];
+       void *private_data;
+       void (*private_free)(struct snd_jack *);
 };
 
 #ifdef CONFIG_SND_JACK