Commit 1506e30b authored by Johannes Berg's avatar Johannes Berg Committed by David S. Miller

rfkill: include err.h

Since we use ERR_PTR and similar macros, we need to include
linux/err.h.
Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 25b0b999
...@@ -105,6 +105,7 @@ enum rfkill_user_states { ...@@ -105,6 +105,7 @@ enum rfkill_user_states {
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/leds.h> #include <linux/leds.h>
#include <linux/err.h>
/* this is opaque */ /* this is opaque */
struct rfkill; struct rfkill;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment