include/linux/rfkill.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
--- a/include/linux/rfkill.h	Thu Apr 09 12:06:38 2009 +0200
+++ b/include/linux/rfkill.h	Thu Apr 09 12:07:21 2009 +0200
@@ -108,6 +108,7 @@
 
 	struct device dev;
 	struct list_head node;
+	enum rfkill_state state_for_resume;
 };
 #define to_rfkill(d)	container_of(d, struct rfkill, dev)
 
@@ -148,11 +149,4 @@
 #endif
 }
 
-/* rfkill notification chain */
-#define RFKILL_STATE_CHANGED		0x0001	/* state of a normal rfkill
-						   switch has changed */
-
-int register_rfkill_notifier(struct notifier_block *nb);
-int unregister_rfkill_notifier(struct notifier_block *nb);
-
 #endif /* RFKILL_H */