Commit 7c79fb7e authored by James Bottomley's avatar James Bottomley

remove config_compat from Megaraid

From: "Bagalkote, Sreenivas" <sreenib@lsil.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent b78bbc47
Release Date : Wed Oct 06 11:15:29 EDT 2004 - Sreenivas Bagalkote <sreenib@lsil.com>
Current Version : 2.20.4.0 (scsi module), 2.20.2.1 (cmm module)
Older Version : 2.20.4.0 (scsi module), 2.20.2.0 (cmm module)
i. Remove CONFIG_COMPAT around register_ioctl32_conversion
Release Date : Mon Sep 27 22:15:07 EDT 2004 - Atul Mukker <atulm@lsil.com> Release Date : Mon Sep 27 22:15:07 EDT 2004 - Atul Mukker <atulm@lsil.com>
Current Version : 2.20.4.0 (scsi module), 2.20.2.0 (cmm module) Current Version : 2.20.4.0 (scsi module), 2.20.2.0 (cmm module)
Older Version : 2.20.3.1 (scsi module), 2.20.2.0 (cmm module) Older Version : 2.20.3.1 (scsi module), 2.20.2.0 (cmm module)
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* 2 of the License, or (at your option) any later version. * 2 of the License, or (at your option) any later version.
* *
* FILE : megaraid_mm.c * FILE : megaraid_mm.c
* Version : v2.20.2.0 (August 19 2004) * Version : v2.20.2.1 (Oct 06 2004)
* *
* Common management module * Common management module
*/ */
...@@ -60,7 +60,7 @@ EXPORT_SYMBOL(mraid_mm_register_adp); ...@@ -60,7 +60,7 @@ EXPORT_SYMBOL(mraid_mm_register_adp);
EXPORT_SYMBOL(mraid_mm_unregister_adp); EXPORT_SYMBOL(mraid_mm_unregister_adp);
static int majorno; static int majorno;
static uint32_t drvr_ver = 0x02200100; static uint32_t drvr_ver = 0x02200201;
static int adapters_count_g; static int adapters_count_g;
static struct list_head adapters_list_g; static struct list_head adapters_list_g;
...@@ -1120,9 +1120,7 @@ mraid_mm_init(void) ...@@ -1120,9 +1120,7 @@ mraid_mm_init(void)
INIT_LIST_HEAD(&adapters_list_g); INIT_LIST_HEAD(&adapters_list_g);
#ifdef CONFIG_COMPAT
register_ioctl32_conversion(MEGAIOCCMD, mraid_mm_compat_ioctl); register_ioctl32_conversion(MEGAIOCCMD, mraid_mm_compat_ioctl);
#endif
return 0; return 0;
} }
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
#include "megaraid_ioctl.h" #include "megaraid_ioctl.h"
#define LSI_COMMON_MOD_VERSION "2.20.2.0" #define LSI_COMMON_MOD_VERSION "2.20.2.1"
#define LSI_COMMON_MOD_EXT_VERSION \ #define LSI_COMMON_MOD_EXT_VERSION \
"(Release Date: Thu Aug 19 09:58:33 EDT 2004)" "(Release Date: Wed Oct 06 11:15:29 EDT 2004)"
#define LSI_DBGLVL dbglevel #define LSI_DBGLVL dbglevel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment