diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-07-16 15:55:18 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-10-12 10:04:39 -0700 |
commit | f96885b479b904afd8c33f44623f2a9ff916033c (patch) | |
tree | 82f7b2410dd62547944ff0e543505ed176264a9c /arch/arm/mach-omap2/devices.h | |
parent | 049e6dde7e57f0054fdc49102e7ef4830c698b46 (diff) |
ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation
The OMAP3 ISP is now fully supported in DT, remove its instantiation
from C code.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/devices.h')
-rw-r--r-- | arch/arm/mach-omap2/devices.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-omap2/devices.h b/arch/arm/mach-omap2/devices.h deleted file mode 100644 index f61eb6e5d136..000000000000 --- a/arch/arm/mach-omap2/devices.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * arch/arm/mach-omap2/devices.h - * - * OMAP2 platform device setup/initialization - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - */ - -#ifndef __ARCH_ARM_MACH_OMAP_DEVICES_H -#define __ARCH_ARM_MACH_OMAP_DEVICES_H - -struct isp_platform_data; - -int omap3_init_camera(struct isp_platform_data *pdata); - -#endif |