ASoC: OMAP: remove __dev* attributes
CONFIG_HOTPLUG is going away as an option. As result the __dev* markings will be going away. Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:

committed by
Mark Brown

parent
ce69ace56a
commit
7ff6000627
@@ -347,7 +347,7 @@ int omap_st_enable(struct omap_mcbsp *mcbsp);
|
||||
int omap_st_disable(struct omap_mcbsp *mcbsp);
|
||||
int omap_st_is_enabled(struct omap_mcbsp *mcbsp);
|
||||
|
||||
int __devinit omap_mcbsp_init(struct platform_device *pdev);
|
||||
void __devexit omap_mcbsp_sysfs_remove(struct omap_mcbsp *mcbsp);
|
||||
int omap_mcbsp_init(struct platform_device *pdev);
|
||||
void omap_mcbsp_sysfs_remove(struct omap_mcbsp *mcbsp);
|
||||
|
||||
#endif /* __ASOC_MCBSP_H */
|
||||
|
Reference in New Issue
Block a user