Commit 1506e30b5f25f6c3357167a18f0e4ae6f5662a28

Authored by Johannes Berg
Committed by David S. Miller
1 parent 25b0b999fb

rfkill: include err.h

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

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/linux/rfkill.h
... ... @@ -105,6 +105,7 @@
105 105 #include <linux/mutex.h>
106 106 #include <linux/device.h>
107 107 #include <linux/leds.h>
  108 +#include <linux/err.h>
108 109  
109 110 /* this is opaque */
110 111 struct rfkill;