From: Yann E. MORIN Date: Mon, 29 Apr 2013 17:50:32 +0000 (+0200) Subject: kconfig: fix lists definition for C++ X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ca352b71ca252e1933b1538fe89da8a04395c3;p=pandora-kernel.git kconfig: fix lists definition for C++ The C++ compiler is more strict in that it refuses to assign a void* to a struct list_head*. Fix that by explicitly casting the poisonning constants. (Tested with all 5 frontends, now.) Reported-by: Randy Dunlap Signed-off-by: "Yann E. MORIN" Cc: Randy Dunlap Cc: Benjamin Poirier --- Reading git-diff-tree failed