linux/arch/cris/arch-v32
Niklas Cassel 506823f6e7 cris: intmem: fix pointer comparison compile warning
The code previously depended on list_head being defined
as the first item in struct intmem_allocation.

arch/cris/arch-v32/mm/intmem.c: In function ‘crisv32_intmem_free’:
arch/cris/arch-v32/mm/intmem.c:116:14: warning: comparison of distinct pointer types lacks a cast
    if ((prev != &intmem_allocations) &&
              ^
arch/cris/arch-v32/mm/intmem.c:123:14: warning: comparison of distinct pointer types lacks a cast
    if ((next != &intmem_allocations) &&
              ^

Signed-off-by: Niklas Cassel <nks@flawful.org>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2016-09-22 16:11:18 +02:00
..
drivers dma-mapping: use unsigned long for dma_attrs 2016-08-04 08:50:07 -04:00
kernel exit_thread: accept a task parameter to be exited 2016-05-20 17:58:30 -07:00
lib CRIS: remove SMP code 2015-03-25 10:55:10 +01:00
mach-a3 cris: Fix misspellings in comments. 2016-04-18 12:45:53 +02:00
mach-fs cris: Fix misspellings in comments. 2016-04-18 12:45:53 +02:00
mm cris: intmem: fix pointer comparison compile warning 2016-09-22 16:11:18 +02:00
Kconfig CRIS v32: remove old GPIO and LEDs code 2015-11-02 20:03:05 +01:00
output_arch.ld