]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/geodewdt.c
PCI ACPI: Drop the second argument of platform_pci_choose_state
[linux-2.6-omap-h63xx.git] / drivers / watchdog / geodewdt.c
index f85b19625f9719c3e59ceb48aeb5b571fb28cc93..30d09cbbad949beeeee573bc0a31724dc38d8619 100644 (file)
@@ -221,8 +221,7 @@ geodewdt_probe(struct platform_device *dev)
 {
        int ret, timer;
 
-       timer = geode_mfgpt_alloc_timer(MFGPT_TIMER_ANY,
-                                       MFGPT_DOMAIN_WORKING, THIS_MODULE);
+       timer = geode_mfgpt_alloc_timer(MFGPT_TIMER_ANY, MFGPT_DOMAIN_WORKING);
 
        if (timer == -1) {
                printk(KERN_ERR "geodewdt:  No timers were available\n");