Since we use ERR_PTR and similar macros, we need to include linux/err.h. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- include/linux/rfkill.h | 1 + 1 file changed, 1 insertion(+) --- wireless-testing.orig/include/linux/rfkill.h 2009-06-09 15:55:06.000000000 +0200 +++ wireless-testing/include/linux/rfkill.h 2009-06-09 15:55:20.000000000 +0200 @@ -105,6 +105,7 @@ enum rfkill_user_states { #include <linux/mutex.h> #include <linux/device.h> #include <linux/leds.h> +#include <linux/err.h> /* this is opaque */ struct rfkill; -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html