wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()
[cascardo/linux.git] / init / do_mounts.h
index f5b978a..067af1d 100644 (file)
@@ -57,11 +57,11 @@ static inline int rd_load_image(char *from) { return 0; }
 
 #ifdef CONFIG_BLK_DEV_INITRD
 
-int __init initrd_load(void);
+bool __init initrd_load(void);
 
 #else
 
-static inline int initrd_load(void) { return 0; }
+static inline bool initrd_load(void) { return false; }
 
 #endif