From: Thadeu Lima de Souza Cascardo Date: Sun, 16 May 2010 19:01:57 +0000 (-0300) Subject: Mention that linux/slab.h should be included to get kmalloc/kfree. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fslides%2F.git;a=commitdiff_plain;h=1c26adc63c595bbe579274c96146c2d3a3db4aea Mention that linux/slab.h should be included to get kmalloc/kfree. --- diff --git a/02hello/hello b/02hello/hello index 433de87..39de8c7 100644 --- a/02hello/hello +++ b/02hello/hello @@ -73,5 +73,6 @@ FIX_ME # Memory allocation +* include linux/slab.h * kmalloc * kfree