]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/video/zoran_device.c
[PATCH] getting rid of all casts of k[cmz]alloc() calls
[mv-sheeva.git] / drivers / media / video / zoran_device.c
index 3cbac2e8aed393b8f8acfb9e916a479f38330ae2..168e431d7c716e56b5cd924047032901cff31e64 100644 (file)
@@ -1408,15 +1408,14 @@ error_handler (struct zoran *zr,
 
 irqreturn_t
 zoran_irq (int             irq,
-          void           *dev_id,
-          struct pt_regs *regs)
+          void           *dev_id)
 {
        u32 stat, astat;
        int count;
        struct zoran *zr;
        unsigned long flags;
 
-       zr = (struct zoran *) dev_id;
+       zr = dev_id;
        count = 0;
 
        if (zr->testing) {