On 6 January 2015 at 02:39, Geert Uytterhoeven wrote:
> On Tue, Jan 6, 2015 at 10:36 AM, Geert Uytterhoeven
> wrote:
>> JFYI, when comparing v3.19-rc3[1] to v3.19-rc2[3], the summaries are:
>> - build errors: +64/-9
>
> + /home/kisskb/slave/src/arch/arm/mm/dma-mapping.c: error:
> 'VM_ARM_DMA_
From: Mathieu Poirier
Fixing problem reported by:
https://lkml.org/lkml/2015/1/6/86
The #ifdef/#endif is wrong and prevents the stub of function
of_get_coresight_platform_data() from being visible when
CONFIG_OF is not defined.
Moving CONFIG_OF condition out of CONFIG_CORESIGHT, making
mentation/ioctl/botching-up-ioctls.rst``. Note that drm_ioctl()
> + * ``Documentation/process/botching-up-ioctls.rst``. Note that drm_ioctl()
> * automatically zero-extends structures, hence make sure you can add more
> stuff
> * at the end, i.e. don't put a variable sized
s-bus-papr-pmem
> Signed-off-by: Mauro Carvalho Chehab
> ---
> .../testing/sysfs-bus-coresight-devices-etb10 | 5 +-
For the CoreSight part:
Reviewed-by: Mathieu Poirier
drivers/nvdimm/bus.c | 3 +--
> drivers/pci/endpoint/pci-epf-core.c | 4 +---
> drivers/pci/pci-driver.c | 3 +--
> drivers/pcmcia/ds.c | 4 +---
> drivers/platform/surface/aggregator/bus.c | 4 +---
> drivers/platform/x86/wmi.c| 4 +---
> drivers/pnp/driver.c | 3 +--
> drivers/rapidio/rio-driver.c | 4 +---
> drivers/rpmsg/rpmsg_core.c| 4 +---
Reviewed-by: Mathieu Poirier