diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-03-04 21:01:40 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-03-20 14:16:26 +0100 |
commit | 7ed8c7d440d497913a2218831a67b5897e0e86e1 (patch) | |
tree | ccb979ae72564e63ef15720e09263d3e5e477431 /drivers/mtd/devices/doc2001plus.c | |
parent | [MTD] [NAND] davinci: drop usage of cpu_is_* macro (diff) | |
download | linux-7ed8c7d440d497913a2218831a67b5897e0e86e1.tar.xz linux-7ed8c7d440d497913a2218831a67b5897e0e86e1.zip |
[MTD] we don't need no misc devices
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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/devices/doc2001plus.c')
-rw-r--r-- | drivers/mtd/devices/doc2001plus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/devices/doc2001plus.c b/drivers/mtd/devices/doc2001plus.c index d853f891b586..719b2915dc3a 100644 --- 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> |