]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/asm-ppc/machdep.h
Merge rsync://bughost.org/repos/ieee80211-delta/
[mv-sheeva.git] / include / asm-ppc / machdep.h
index 1d4ab70a56f353eed0e22d06d3241983d9559d42..f01255bd1dc3739e8c71c5e4c88198ca6884d13a 100644 (file)
@@ -98,7 +98,7 @@ struct machdep_calls {
 
        /* Get access protection for /dev/mem */
        pgprot_t        (*phys_mem_access_prot)(struct file *file,
-                                               unsigned long offset,
+                                               unsigned long pfn,
                                                unsigned long size,
                                                pgprot_t vma_prot);
 
@@ -167,7 +167,7 @@ extern sys_ctrler_t sys_ctrler;
 
 #ifdef CONFIG_SMP
 struct smp_ops_t {
-       void  (*message_pass)(int target, int msg, unsigned long data, int wait);
+       void  (*message_pass)(int target, int msg);
        int   (*probe)(void);
        void  (*kick_cpu)(int nr);
        void  (*setup_cpu)(int nr);