All of lore.kernel.org
 help / color / mirror / Atom feed
From: Domen Puncer <domen@coderock.org>
To: kernel-janitors@vger.kernel.org
Subject: [Kernel-janitors] [patch 2.6.1] remove CONFIG_LEDMAN code
Date: Fri, 16 Jan 2004 21:03:06 +0000	[thread overview]
Message-ID: <200401162203.06899.domen@coderock.org> (raw)

Hi.

"config LEDMAN" is in no Kconfig, linux/ledman.h also doesn't exists,
so lets clean this up.


diff -pruNX dontdiff c/arch/m68knommu/defconfig a/arch/m68knommu/defconfig
--- c/arch/m68knommu/defconfig	2003-12-18 03:59:06.000000000 +0100
+++ a/arch/m68knommu/defconfig	2004-01-16 21:36:00.000000000 +0100
@@ -355,7 +355,6 @@ CONFIG_MOUSE_PS2=y
 #
 # CONFIG_VT is not set
 # CONFIG_SERIAL_NONSTANDARD is not set
-# CONFIG_LEDMAN is not set
 # CONFIG_RESETSWITCH is not set
 
 #
diff -pruNX dontdiff c/drivers/serial/mcfserial.c a/drivers/serial/mcfserial.c
--- c/drivers/serial/mcfserial.c	2003-12-18 03:58:48.000000000 +0100
+++ a/drivers/serial/mcfserial.c	2004-01-16 21:57:12.000000000 +0100
@@ -27,9 +27,6 @@
 #include <linux/kernel.h>
 #include <linux/serial.h>
 #include <linux/serialP.h>
-#ifdef CONFIG_LEDMAN
-#include <linux/ledman.h>
-#endif
 #include <linux/console.h>
 #include <linux/version.h>
 #include <linux/init.h>
@@ -308,10 +305,6 @@ static _INLINE_ void receive_chars(struc
 	if (!tty)
 		return;
 
-#if defined(CONFIG_LEDMAN)
-	ledman_cmd(LEDMAN_CMD_SET, info->line ? LEDMAN_COM2_RX : LEDMAN_COM1_RX);
-#endif
-
 	uartp = (volatile unsigned char *) info->addr;
 
 	while ((status = uartp[MCFUART_USR]) & MCFUART_USR_RXREADY) {
@@ -358,10 +351,6 @@ static _INLINE_ void transmit_chars(stru
 {
 	volatile unsigned char	*uartp;
 
-#if defined(CONFIG_LEDMAN)
-	ledman_cmd(LEDMAN_CMD_SET, info->line ? LEDMAN_COM2_TX : LEDMAN_COM1_TX);
-#endif
-
 	uartp = (volatile unsigned char *) info->addr;
 
 	if (info->x_char) {

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

                 reply	other threads:[~2004-01-16 21:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200401162203.06899.domen@coderock.org \
    --to=domen@coderock.org \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.