From: Johannes Berg Date: Wed, 10 Jun 2009 00:49:06 +0000 (-0700) Subject: rfkill: include err.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1506e30b5f25f6c3357167a18f0e4ae6f5662a28;p=linux-beck.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 ee3eddea8568..d7e818ad0bc4 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;