diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-04-26 07:51:07 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-27 00:03:35 -0400 |
commit | 97076d275cf358aa85157543d0d6d9e64f8b16df (patch) | |
tree | 9d55241e86fba374986b0ff3ee9e4f303ebd9782 | |
parent | 13b95fb714d7b7996e8d423d907beea17ad5c380 (diff) |
NET: smsc-ircc2: mark non-experimental
This has been used by me and others for ages, let's stop calling it
experimental.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/irda/Kconfig | 4 | ||||
-rw-r--r-- | drivers/net/irda/smsc-ircc2.c | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index 468047866c8c..35758445297e 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
@@ -321,8 +321,8 @@ config AU1000_FIR | |||
321 | Say M to build a module; it will be called au1k_ir.ko | 321 | Say M to build a module; it will be called au1k_ir.ko |
322 | 322 | ||
323 | config SMC_IRCC_FIR | 323 | config SMC_IRCC_FIR |
324 | tristate "SMSC IrCC (EXPERIMENTAL)" | 324 | tristate "SMSC IrCC" |
325 | depends on EXPERIMENTAL && IRDA && ISA_DMA_API | 325 | depends on IRDA && ISA_DMA_API |
326 | help | 326 | help |
327 | Say Y here if you want to build support for the SMC Infrared | 327 | Say Y here if you want to build support for the SMC Infrared |
328 | Communications Controller. It is used in a wide variety of | 328 | Communications Controller. It is used in a wide variety of |
diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c index 6c95d4087b2d..a926813ee91d 100644 --- a/drivers/net/irda/smsc-ircc2.c +++ b/drivers/net/irda/smsc-ircc2.c | |||
@@ -1,7 +1,6 @@ | |||
1 | /********************************************************************* | 1 | /********************************************************************* |
2 | * | 2 | * |
3 | * Description: Driver for the SMC Infrared Communications Controller | 3 | * Description: Driver for the SMC Infrared Communications Controller |
4 | * Status: Experimental. | ||
5 | * Author: Daniele Peri (peri@csai.unipa.it) | 4 | * Author: Daniele Peri (peri@csai.unipa.it) |
6 | * Created at: | 5 | * Created at: |
7 | * Modified at: | 6 | * Modified at: |