From 1c26adc63c595bbe579274c96146c2d3a3db4aea Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sun, 16 May 2010 16:01:57 -0300 Subject: [PATCH] Mention that linux/slab.h should be included to get kmalloc/kfree. --- 02hello/hello | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1