]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/mtx-1_wdt.c
fat: Fix and cleanup timestamp conversion
[linux-2.6-omap-h63xx.git] / drivers / watchdog / mtx-1_wdt.c
index f820b82da7c3bc0c6910fc569e70276ed314f8a9..b4b7b0a4c119d47aa88675d28c7eefc8f04103a8 100644 (file)
@@ -191,14 +191,14 @@ static const struct file_operations mtx1_wdt_fops = {
        .unlocked_ioctl = mtx1_wdt_ioctl,
        .open           = mtx1_wdt_open,
        .write          = mtx1_wdt_write,
-       .release        = mtx1_wdt_release
+       .release        = mtx1_wdt_release,
 };
 
 
 static struct miscdevice mtx1_wdt_misc = {
        .minor  = WATCHDOG_MINOR,
        .name   = "watchdog",
-       .fops   = &mtx1_wdt_fops
+       .fops   = &mtx1_wdt_fops,
 };