]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/rfkill.h
rfkill: remove deprecated state constants
[net-next-2.6.git] / include / linux / rfkill.h
index 164332cbb77c81e7623dc5c9c193739cd7f87313..e1ec7d9aa49cc81d6b09a28a30adc47edf5727e4 100644 (file)
@@ -52,14 +52,6 @@ enum rfkill_state {
        RFKILL_STATE_MAX,               /* marker for last valid state */
 };
 
-/*
- * These are DEPRECATED, drivers using them should be verified to
- * comply with the rfkill usage guidelines in Documentation/rfkill.txt
- * and then converted to use the new names for rfkill_state
- */
-#define RFKILL_STATE_OFF RFKILL_STATE_SOFT_BLOCKED
-#define RFKILL_STATE_ON  RFKILL_STATE_UNBLOCKED
-
 /**
  * struct rfkill - rfkill control structure.
  * @name: Name of the switch.