summaryrefslogtreecommitdiff
path: root/include/linux/blk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blk.h')
-rw-r--r--include/linux/blk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blk.h b/include/linux/blk.h
index 3f9c707c7d01..f9ac09edbcd4 100644
--- a/include/linux/blk.h
+++ b/include/linux/blk.h
@@ -42,7 +42,6 @@ extern int swim3_init(void);
extern int swimiop_init(void);
extern int amiga_floppy_init(void);
extern int atari_floppy_init(void);
-extern int nbd_init(void);
extern int ez_init(void);
extern int bpcd_init(void);
extern int ps2esdi_init(void);
@@ -51,6 +50,7 @@ extern int jsfd_init(void);
#if defined(CONFIG_ARCH_S390)
extern int mdisk_init(void);
extern int dasd_init(void);
+extern int xpram_init(void);
#endif /* CONFIG_ARCH_S390 */
extern void set_device_ro(kdev_t dev,int flag);