powerpc: Fix places where ppc_md.show_[per]cpuinfo was treated as int
[deliverable/linux.git] / include / asm-ppc / macio.h
index 2cafc9978607978116ed38849931c6e863f1ab4d..b553dd4b139ef21c2bfb08481209a071ccf0f750 100644 (file)
@@ -120,10 +120,10 @@ static inline struct pci_dev *macio_get_pci_dev(struct macio_dev *mdev)
 struct macio_driver
 {
        char                    *name;
-       struct of_match         *match_table;
+       struct of_device_id     *match_table;
        struct module           *owner;
 
-       int     (*probe)(struct macio_dev* dev, const struct of_match *match);
+       int     (*probe)(struct macio_dev* dev, const struct of_device_id *match);
        int     (*remove)(struct macio_dev* dev);
 
        int     (*suspend)(struct macio_dev* dev, pm_message_t state);
This page took 0.025419 seconds and 5 git commands to generate.