iwlwifi: deprecate "iwl4965" alias support
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Tue, 23 Mar 2010 17:17:03 +0000 (10:17 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Fri, 2 Apr 2010 19:52:02 +0000 (12:52 -0700)
Internal alias support has been present in module-init-tools for some
time, the MODULE_ALIAS("iwl4965") boilerplate aliases can be removed.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Documentation/feature-removal-schedule.txt

index 4e78611..d46944f 100644 (file)
@@ -556,3 +556,15 @@ Why:       The "..50" modules parameters were used to configure 5000 series and
        in drivers/net/wireless/iwlwifi/iwl-agn.c
 
 Who:   Wey-Yi Guy <wey-yi.w.guy@intel.com>
+
+----------------------------
+
+What:  iwl4965 alias support
+When:  2.6.40
+Why:   Internal alias support has been present in module-init-tools for some
+       time, the MODULE_ALIAS("iwl4965") boilerplate aliases can be removed
+       with no impact.
+
+Who:   Wey-Yi Guy <wey-yi.w.guy@intel.com>
+
+----------------------------