X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=arch%2Fparisc%2Finclude%2Fasm%2Fparisc-device.h;h=4de3b391d81263f233a066adda68210c32bdab2e;hp=d02d144c601224751ba3a6275bbe731e4dd9dbe2;hb=a2d616b935a0df24bc9375785b19bf30d7fc9c6a;hpb=cf40a76e7d5874bb25f4404eecc58a2e033af885 diff --git a/arch/parisc/include/asm/parisc-device.h b/arch/parisc/include/asm/parisc-device.h index d02d144c6012..4de3b391d812 100644 --- a/arch/parisc/include/asm/parisc-device.h +++ b/arch/parisc/include/asm/parisc-device.h @@ -34,8 +34,8 @@ struct parisc_driver { struct parisc_driver *next; char *name; const struct parisc_device_id *id_table; - int (*probe) (struct parisc_device *dev); /* New device discovered */ - int (*remove) (struct parisc_device *dev); + int (*probe)(struct parisc_device *dev); /* New device discovered */ + void (*remove)(struct parisc_device *dev); struct device_driver drv; };