This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / block / amiflop.c
index 19ca2e5..62e3a7e 100644 (file)
 #define FD_HD_3        0x55555555  /* high-density 3.5" (1760K) drive */
 #define FD_DD_5        0xaaaaaaaa  /* double-density 5.25" (440K) drive */
 
-static unsigned long int fd_def_df0 = FD_DD_3;     /* default for df0 if it doesn't identify */
+static long int fd_def_df0 = FD_DD_3;     /* default for df0 if it doesn't identify */
 
-module_param(fd_def_df0, ulong, 0);
+MODULE_PARM(fd_def_df0,"l");
 MODULE_LICENSE("GPL");
 
 static struct request_queue *floppy_queue;