linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rfkill: include err.h
@ 2009-06-09 13:56 Johannes Berg
  2009-06-10  0:49 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2009-06-09 13:56 UTC (permalink / raw)
  To: John Linville; +Cc: Stephen Rothwell, linux-wireless

Since we use ERR_PTR and similar macros, we need to include linux/err.h.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
 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;



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-10  7:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09 13:56 [PATCH] rfkill: include err.h Johannes Berg
2009-06-10  0:49 ` David Miller
2009-06-10  1:34   ` John W. Linville
2009-06-10  7:22     ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).