TTY: move allocations to tty_alloc_driver
[deliverable/linux.git] / drivers / mfd / ab8500-debugfs.c
index 361de52aefe50cce2bf9304996006a1fce8caa4d..c4cb806978acd62603bc76a6780a2cad633fe4e9 100644 (file)
@@ -608,16 +608,10 @@ static int __devexit ab8500_debug_remove(struct platform_device *plf)
        return 0;
 }
 
-static const struct of_device_id ab8500_debug_match[] = {
-        { .compatible = "stericsson,ab8500-debug", },
-        {}
-};
-
 static struct platform_driver ab8500_debug_driver = {
        .driver = {
                .name = "ab8500-debug",
                .owner = THIS_MODULE,
-               .of_match_table = ab8500_debug_match,
        },
        .probe  = ab8500_debug_probe,
        .remove = __devexit_p(ab8500_debug_remove)
This page took 0.027744 seconds and 5 git commands to generate.