summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap/include/mach/devices.h')
-rw-r--r--arch/arm/mach-omap/include/mach/devices.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-omap/include/mach/devices.h b/arch/arm/mach-omap/include/mach/devices.h
deleted file mode 100644
index 537213fb90..0000000000
--- a/arch/arm/mach-omap/include/mach/devices.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __MACH_OMAP_DEVICES_H
-#define __MACH_OMAP_DEVICES_H
-
-#include <mach/omap_hsmmc.h>
-
-void omap_add_ram0(resource_size_t size);
-
-void omap_add_sram0(resource_size_t base, resource_size_t size);
-
-struct device_d *omap_add_uart(int id, unsigned long base);
-
-#endif /* __MACH_OMAP_DEVICES_H */