X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fmfd%2Fmc13xxx.h;h=ae7f1659f5d1efedd82bd68af21faab44b4c0fa0;hb=db9ef449aaa550389008c2020fba02e4440ce24b;hp=460ec5c7b18c1f14597244fbfad68efb2f716fe5;hpb=e5a3da2143962edff6c8a66dec43654c2951804f;p=deliverable%2Flinux.git diff --git a/drivers/mfd/mc13xxx.h b/drivers/mfd/mc13xxx.h index 460ec5c7b18c..ae7f1659f5d1 100644 --- a/drivers/mfd/mc13xxx.h +++ b/drivers/mfd/mc13xxx.h @@ -43,9 +43,7 @@ struct mc13xxx { int adcflags; }; -int mc13xxx_common_init(struct mc13xxx *mc13xxx, - struct mc13xxx_platform_data *pdata, int irq); - -void mc13xxx_common_cleanup(struct mc13xxx *mc13xxx); +int mc13xxx_common_init(struct device *dev); +int mc13xxx_common_exit(struct device *dev); #endif /* __DRIVERS_MFD_MC13XXX_H */