From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from xc.sipsolutions.net ([83.246.72.84]:58230 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751258AbZFIN5Y (ORCPT ); Tue, 9 Jun 2009 09:57:24 -0400 Subject: [PATCH] rfkill: include err.h From: Johannes Berg To: John Linville Cc: Stephen Rothwell , linux-wireless Content-Type: text/plain Date: Tue, 09 Jun 2009 15:56:52 +0200 Message-Id: <1244555812.4672.9.camel@johannes.local> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: Since we use ERR_PTR and similar macros, we need to include linux/err.h. Signed-off-by: Johannes Berg --- 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 #include #include +#include /* this is opaque */ struct rfkill;