Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev
Add missing linux/vmalloc.h include to net/sctp/probe.c Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -547,7 +547,7 @@ for (pos = chunk->subh.fwdtsn_hdr->skip;\
|
||||
#define WORD_ROUND(s) (((s)+3)&~3)
|
||||
|
||||
/* Make a new instance of type. */
|
||||
#define t_new(type, flags) (type *)kmalloc(sizeof(type), flags)
|
||||
#define t_new(type, flags) (type *)kzalloc(sizeof(type), flags)
|
||||
|
||||
/* Compare two timevals. */
|
||||
#define tv_lt(s, t) \
|
||||
|
Reference in New Issue
Block a user