]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - block/bsg.c
[ALSA] Clean up with common snd_ctl_boolean_*_info callbacks
[linux-2.6-omap-h63xx.git] / block / bsg.c
index ed264682723465793f0c947143e4a9fcd7ed5c93..b8ddfc66f210aac023479291a95ea1627f396950 100644 (file)
@@ -1010,10 +1010,7 @@ unlock:
 }
 EXPORT_SYMBOL_GPL(bsg_register_queue);
 
-static struct cdev bsg_cdev = {
-       .kobj   = {.name = "bsg", },
-       .owner  = THIS_MODULE,
-};
+static struct cdev bsg_cdev;
 
 static int __init bsg_init(void)
 {