* [PATCH 2.6.37-rc1] OMAP1: camera.h: readd missing include
@ 2010-11-02 14:04 Janusz Krzysztofik
2010-11-05 16:57 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Janusz Krzysztofik @ 2010-11-02 14:04 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap@vger.kernel.org, e3-hacking
#include <media/omap1_camera.h> directive, required for successfull
compilation of dependant boards (board-ams-delta for now), has been lost
somehow from arch/arm/mach-omap1/include/mach/camera.h on creation. Readd it.
Created and tested against linux-2.6.37-rc1.
Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
---
arch/arm/mach-omap1/include/mach/camera.h | 2 ++
1 file changed, 2 insertions(+)
--- linux-2.6.37-rc1/arch/arm/mach-omap1/include/mach/camera.h.orig 2010-11-01 22:41:04.000000000 +0100
+++ linux-2.6.37-rc1/arch/arm/mach-omap1/include/mach/camera.h 2010-11-01 23:18:44.000000000 +0100
@@ -1,6 +1,8 @@
#ifndef __ASM_ARCH_CAMERA_H_
#define __ASM_ARCH_CAMERA_H_
+#include <media/omap1_camera.h>
+
void omap1_camera_init(void *);
static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6.37-rc1] OMAP1: camera.h: readd missing include
2010-11-02 14:04 [PATCH 2.6.37-rc1] OMAP1: camera.h: readd missing include Janusz Krzysztofik
@ 2010-11-05 16:57 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2010-11-05 16:57 UTC (permalink / raw)
To: Janusz Krzysztofik; +Cc: linux-omap@vger.kernel.org, e3-hacking
* Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> [101102 06:56]:
> #include <media/omap1_camera.h> directive, required for successfull
> compilation of dependant boards (board-ams-delta for now), has been lost
> somehow from arch/arm/mach-omap1/include/mach/camera.h on creation. Readd it.
>
> Created and tested against linux-2.6.37-rc1.
I've updated the description to use add instead of readd as it
never was there from Linux kernel change log point of view in
the first place:
OMAP1: camera.h: add missing include
#include <media/omap1_camera.h> directive is required to
compile the dependant boards (board-ams-delta for now).
Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
[tony@atomide.com: updated comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Also, for the future patches, please always Cc linux-arm-kernel
mailing list as well so I don't have to repost the patches
before merging.
Regards,
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-05 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 14:04 [PATCH 2.6.37-rc1] OMAP1: camera.h: readd missing include Janusz Krzysztofik
2010-11-05 16:57 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox