forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
25b0b999fb
commit
1506e30b5f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user