From: Omar Ramirez Luna Date: Wed, 8 Dec 2010 22:20:23 +0000 (+0000) Subject: staging: tidspbridge: use the right type for list_is_last X-Git-Tag: v2.6.39-rc1~469^2~588^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a994b051b6cb246bb8843b3fbb7dea4185a01399;p=pandora-kernel.git staging: tidspbridge: use the right type for list_is_last Removes the following warning: CC [M] drivers/staging/tidspbridge/rmgr/rmm.o drivers/staging/tidspbridge/rmgr/rmm.c: In function 'rmm_alloc': drivers/staging/tidspbridge/rmgr/rmm.c:147: warning: passing argument 1 of 'list_is_last' from incompatible pointer type include/linux/list.h:170: note: expected 'const struct list_head *' but argument is of type 'struct rmm_ovly_sect *' Signed-off-by: Omar Ramirez Luna Acked-by: Laurent Pinchart Acked-by: Ionut Nicu --- Reading git-diff-tree failed