From: Johannes Berg Date: Wed, 10 Jun 2009 00:49:06 +0000 (-0700) Subject: rfkill: include err.h X-Git-Tag: v2.6.31-rc1~14^2~157 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1506e30b5f25f6c3357167a18f0e4ae6f5662a28;p=profile%2Fivi%2Fkernel-x86-ivi.git rfkill: include err.h Since we use ERR_PTR and similar macros, we need to include linux/err.h. Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index ee3edde..d7e818a 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h @@ -105,6 +105,7 @@ enum rfkill_user_states { #include #include #include +#include /* this is opaque */ struct rfkill;