diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-10-13 17:05:23 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2013-11-07 02:32:59 -0500 |
commit | f83c3838b9146b891d0405d3a83660e8f6aed02f (patch) | |
tree | c45fadfc7b70e7b0323087d1c5dbe5e06bc911dc /drivers/mtd/mtdchar.c | |
parent | 33094c736cd36a6cecadae6bce4daba89dabc326 (diff) |
mtd: Move major number definitions to major.h
This patch moves the char and block major number definitions
to major.h to be with the rest of the major numbers.
While doing this, include major.h in the files that need it.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/mtdchar.c')
-rw-r--r-- | drivers/mtd/mtdchar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/mtdchar.c b/drivers/mtd/mtdchar.c index 684bfa39e4ee..9aa0c5e49c1d 100644 --- a/drivers/mtd/mtdchar.c +++ b/drivers/mtd/mtdchar.c | |||
@@ -32,6 +32,7 @@ | |||
32 | #include <linux/mount.h> | 32 | #include <linux/mount.h> |
33 | #include <linux/blkpg.h> | 33 | #include <linux/blkpg.h> |
34 | #include <linux/magic.h> | 34 | #include <linux/magic.h> |
35 | #include <linux/major.h> | ||
35 | #include <linux/mtd/mtd.h> | 36 | #include <linux/mtd/mtd.h> |
36 | #include <linux/mtd/partitions.h> | 37 | #include <linux/mtd/partitions.h> |
37 | #include <linux/mtd/map.h> | 38 | #include <linux/mtd/map.h> |