diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_device.h')
| -rw-r--r-- | arch/arm/mach-omap2/omap_device.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap_device.h b/arch/arm/mach-omap2/omap_device.h index ced775e401cf..f77e76a7841a 100644 --- a/arch/arm/mach-omap2/omap_device.h +++ b/arch/arm/mach-omap2/omap_device.h @@ -68,10 +68,6 @@ int omap_device_idle(struct platform_device *pdev);  /* Core code interface */ -struct platform_device *omap_device_build(const char *pdev_name, int pdev_id, -					  struct omap_hwmod *oh, void *pdata, -					  int pdata_len); -  struct omap_device *omap_device_alloc(struct platform_device *pdev,  				      struct omap_hwmod **ohs, int oh_cnt);  void omap_device_delete(struct omap_device *od);  |