debug: fixes issue on debug tracing for pool struct

Change-Id: I6af44e2388db76b4f6d38f634ae983a0d458871d
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
This commit is contained in:
Juan Manuel Cruz 2016-03-14 09:51:13 -06:00 committed by Gerrit Code Review
commit 57cd459e71

View file

@ -403,7 +403,7 @@ struct pool_struct {
char *bufblock;
#ifdef CONFIG_DEBUG_TRACING_KERNEL_OBJECTS
struct pool_struct *next;
struct pool_struct *__next;
#endif
};