patch-2.3.39 linux/fs/partitions/acorn.c

Next file: linux/fs/proc/proc_devtree.c
Previous file: linux/fs/ntfs/ntfstypes.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.38/linux/fs/partitions/acorn.c linux/fs/partitions/acorn.c
@@ -14,9 +14,10 @@
 #include <linux/genhd.h>
 #include <linux/fs.h>
 
+#include "check.h"
 #include "acorn.h"
 
-extern void add_gd_partition(struct gendisk *hd, unsigned int minor, unsigned int start, unsigned int size);
+extern void add_gd_partition(struct gendisk *hd, int minor, int start, int size);
 
 static void
 adfspart_setgeometry(kdev_t dev, unsigned int secspertrack, unsigned int heads,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)