* [patch 2.6.29-rc3] MTD: we don't need no misc devices
@ 2009-02-03 22:45 David Brownell
0 siblings, 0 replies; only message in thread
From: David Brownell @ 2009-02-03 22:45 UTC (permalink / raw)
To: Linux MTD
From: David Brownell <dbrownell@users.sourceforge.net>
Remove <linux/miscdevice.h> from various drivers which don't
actually use any of its contents. There are still a number
of these left in arch-specific bits of the tree.
(Found by diffing results of "grep -rl" for linux/miscdevice.h
and for misc_register, examining the differences, and verifying
removals with a build test.)
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
Random stuff that needs to be emptied from my patch queue. :)
drivers/mtd/devices/doc2000.c | 1 -
drivers/mtd/devices/doc2001.c | 1 -
drivers/mtd/devices/doc2001plus.c | 1 -
drivers/mtd/devices/docecc.c | 1 -
drivers/mtd/inftlmount.c | 1 -
drivers/mtd/nftlcore.c | 1 -
6 files changed, 6 deletions(-)
--- a/drivers/mtd/devices/doc2000.c
+++ b/drivers/mtd/devices/doc2000.c
@@ -10,7 +10,6 @@
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/uaccess.h>
-#include <linux/miscdevice.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/sched.h>
--- a/drivers/mtd/devices/doc2001.c
+++ b/drivers/mtd/devices/doc2001.c
@@ -10,7 +10,6 @@
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/uaccess.h>
-#include <linux/miscdevice.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/init.h>
--- a/drivers/mtd/devices/doc2001plus.c
+++ b/drivers/mtd/devices/doc2001plus.c
@@ -14,7 +14,6 @@
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/uaccess.h>
-#include <linux/miscdevice.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/init.h>
--- a/drivers/mtd/devices/docecc.c
+++ b/drivers/mtd/devices/docecc.c
@@ -26,7 +26,6 @@
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/uaccess.h>
-#include <linux/miscdevice.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/init.h>
--- a/drivers/mtd/inftlmount.c
+++ b/drivers/mtd/inftlmount.c
@@ -28,7 +28,6 @@
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/uaccess.h>
-#include <linux/miscdevice.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/init.h>
--- a/drivers/mtd/nftlcore.c
+++ b/drivers/mtd/nftlcore.c
@@ -15,7 +15,6 @@
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/uaccess.h>
-#include <linux/miscdevice.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/init.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-04 7:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-03 22:45 [patch 2.6.29-rc3] MTD: we don't need no misc devices David Brownell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox