diff options
author | Ju, Seokmann <Seokmann.Ju@lsil.com> | 2006-02-09 12:32:59 -0700 |
---|---|---|
committer | <jejb@mulgrave.il.steeleye.com> | 2006-02-12 11:11:09 -0600 |
commit | 3542adcb354fea4fca792d36b91cb44d0da147e5 (patch) | |
tree | b567c729100959f70c92df5cce55283f63dca367 /drivers/scsi/megaraid.h | |
parent | 4733804c9f62fbc17ba69e8654a5fdf465f5bc41 (diff) | |
download | op-kernel-dev-3542adcb354fea4fca792d36b91cb44d0da147e5.zip op-kernel-dev-3542adcb354fea4fca792d36b91cb44d0da147e5.tar.gz |
[SCSI] megaraid_legacy: kobject_register failure
Attached patch fixes problem that cause kobject_register failure
during loading. Kobject_register would fail when there are more than
1 module with same module name. This patch will change module name of
megaraid_legacy from 'megaraid' to 'megaraid_legacy'.
Signed-Off-by: Seokmann Ju <seokmann.ju@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/megaraid.h')
-rw-r--r-- | drivers/scsi/megaraid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/megaraid.h b/drivers/scsi/megaraid.h index 4b3e0d6..4b75fe6 100644 --- a/drivers/scsi/megaraid.h +++ b/drivers/scsi/megaraid.h @@ -5,7 +5,7 @@ #include <linux/mutex.h> #define MEGARAID_VERSION \ - "v2.00.3 (Release Date: Wed Feb 19 08:51:30 EST 2003)\n" + "v2.00.4 (Release Date: Thu Feb 9 08:51:30 EST 2006)\n" /* * Driver features - change the values to enable or disable features in the |