diff options
author | Tao Ma <boyu.mt@taobao.com> | 2012-12-17 15:59:38 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 17:15:12 -0800 |
commit | c0f041602c33bae10b8e321c49024490d03ced3d (patch) | |
tree | 7f2bceb7d1a6da092e27a67b27c0545bbd9b718d /drivers/net | |
parent | 8f6e60419645f7fea84c361ca2c16dd1feee08e4 (diff) | |
download | linux-3.10-c0f041602c33bae10b8e321c49024490d03ced3d.tar.gz linux-3.10-c0f041602c33bae10b8e321c49024490d03ced3d.tar.bz2 linux-3.10-c0f041602c33bae10b8e321c49024490d03ced3d.zip |
drivers: remove reference to feature-removal-schedule.txt
In commit 9c0ece069b32 ("Get rid of Documentation/feature-removal.txt"),
Linus removed feature-removal-schedule.txt from Documentation, but there
is still some reference to this file. So remove them.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 6deaae18db5..28aa05f60c2 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -156,11 +156,7 @@ config PRISM54 ---help--- This enables support for FullMAC PCI/Cardbus prism54 devices. This driver is now deprecated in favor for the SoftMAC driver, p54pci. - p54pci supports FullMAC PCI/Cardbus devices as well. For details on - the scheduled removal of this driver on the kernel see the feature - removal schedule: - - Documentation/feature-removal-schedule.txt + p54pci supports FullMAC PCI/Cardbus devices as well. For more information refer to the p54 wiki: |