Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1530507
| From | Robert Jarzmik <robert.jarzmik@free.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: pxa: ezx: fix a910 camera data |
| Date | 2016-11-25 20:50 +0100 |
| Message-ID | <sHuFr-4La-15@gated-at.bofh.it> (permalink) |
| References | <sH5e2-5eA-39@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Arnd Bergmann <arnd@arndb.de> writes:
> The camera_supply_dummy_device definition is shared between a780 and a910,
> but only provided when the first is enabled and fails to build for a
> configuration with only a910:
>
> arch/arm/mach-pxa/ezx.c:1097:3: error: 'camera_supply_dummy_device' undeclared here (not in a function)
>
> This moves the definition into its own section.
>
> Fixes: 6c1b417adc8f ("ARM: pxa: ezx: use the new pxa_camera platform_data")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Ah yes, I'll queue that up in pxa/fixes.
This also means that you have a test robot which beats my Jenkins, as mine
didn't complain. Do you have a specific defconfig or is it a randconfig which
reveals that ?
Cheers.
--
Robert
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] ARM: pxa: ezx: fix a910 camera data Robert Jarzmik <robert.jarzmik@free.fr> - 2016-11-25 20:50 +0100 Re: [PATCH] ARM: pxa: ezx: fix a910 camera data Arnd Bergmann <arnd@arndb.de> - 2016-11-25 23:10 +0100
csiph-web