From: Johannes Berg Date: Wed, 10 Jun 2009 00:49:06 +0000 (-0700) Subject: rfkill: include err.h X-Git-Tag: Ubuntu-5.0.0-8.9~27218^2~80 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1506e30b5f25f6c3357167a18f0e4ae6f5662a28;p=mirror_ubuntu-disco-kernel.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;