The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Robert P. J. Day" <rpjday@mindspring.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: can entire drivers/acorn subdirectory be removed?
Date: Fri, 6 Jul 2007 06:38:05 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0707060632330.12604@localhost.localdomain> (raw)


  given that:

1) drivers/Makefile doesn't even have an entry for the acorn/
   subdirectory, and

2) the Makefile drivers/acorn/char/Makefile is incorrect anyway, since
   it contains:

    obj-$(CONFIG_L7200_KEYB)        += defkeymap-l7200.o keyb_l7200.o

   which refers to a non-existent source file keyb_l7200.c, and it's
based on a non-existent config variable on top of that.  it certainly
seems that that entire subdirectory can be tossed.

  and if that happens, then the config variables defined in
drivers/acorn/block/Kconfig:

  config BLK_DEV_FD1772
  config BLK_DEV_MFM
  config BLK_DEV_MFM_AUTODETECT

would also vanish, which suggests that any references to *them* could
also be deleted:

$ grep -r BLK_DEV_FD1772 *
arch/arm26/defconfig:# CONFIG_BLK_DEV_FD1772 is not set
arch/arm26/machine/dma.c:#if defined(CONFIG_BLK_DEV_FD1772) || defined(CONFIG_BLK_DEV_FD1772_MODULE)
arch/arm26/machine/dma.c:#if defined(CONFIG_BLK_DEV_FD1772) || defined(CONFIG_BLK_DEV_FD1772_MODULE)
...

  anyway, you get the idea.  thoughts?

rday

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================

             reply	other threads:[~2007-07-06 10:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-06 10:38 Robert P. J. Day [this message]
2007-07-06 18:32 ` can entire drivers/acorn subdirectory be removed? Dr. David Alan Gilbert
2007-07-09 20:38   ` Robert P. J. Day
2007-07-09 20:47     ` Satyam Sharma

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=Pine.LNX.4.64.0707060632330.12604@localhost.localdomain \
    --to=rpjday@mindspring.com \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox