From 21ca352b71ca252e1933b1538fe89da8a04395c3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 29 Apr 2013 19:50:32 +0200 Subject: [PATCH] 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-format-patch failed