diff options
author | Andrew Morton <akpm@osdl.org> | 2005-07-12 16:58:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-12 19:00:58 -0400 |
commit | d53d9f16ea95a91ad4aa114809dcde486ca4000d (patch) | |
tree | f9cacb8d23e209653c6af2d30791ee93593ceda3 /kernel/power/swsusp.c | |
parent | 22a4427972af371fddb49c0184a93851ad51070d (diff) |
[PATCH] name_to_dev_t warning fix
kernel/power/disk.c needs a declaration of name_to_dev_t() in scope. mount.h
seems like an appropriate choice.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/power/swsusp.c')
-rw-r--r-- | kernel/power/swsusp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/power/swsusp.c b/kernel/power/swsusp.c index 7d7801cd01f0..f2bc71b9fe8b 100644 --- a/kernel/power/swsusp.c +++ b/kernel/power/swsusp.c | |||
@@ -63,6 +63,7 @@ | |||
63 | #include <linux/console.h> | 63 | #include <linux/console.h> |
64 | #include <linux/highmem.h> | 64 | #include <linux/highmem.h> |
65 | #include <linux/bio.h> | 65 | #include <linux/bio.h> |
66 | #include <linux/mount.h> | ||
66 | 67 | ||
67 | #include <asm/uaccess.h> | 68 | #include <asm/uaccess.h> |
68 | #include <asm/mmu_context.h> | 69 | #include <asm/mmu_context.h> |
@@ -1260,8 +1261,6 @@ static int data_read(struct pbe *pblist) | |||
1260 | return error; | 1261 | return error; |
1261 | } | 1262 | } |
1262 | 1263 | ||
1263 | extern dev_t name_to_dev_t(const char *line); | ||
1264 | |||
1265 | /** | 1264 | /** |
1266 | * read_pagedir - Read page backup list pages from swap | 1265 | * read_pagedir - Read page backup list pages from swap |
1267 | */ | 1266 | */ |