Commit e3b95b2d authored by Andrew Vasquez's avatar Andrew Vasquez Committed by James Bottomley

[PATCH] SCSI: fix `risc_code_addr01' multiple definition

Make all of the qlogic firmware pointers static
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 69fbc509
......@@ -19,10 +19,10 @@
* Firmware Version 1.19.16 (10:36 Nov 02, 2000)
*/
unsigned short risc_code_addr01 = 0x1000 ;
static unsigned short risc_code_addr01 = 0x1000 ;
unsigned short risc_code_length2100 = 0x9260;
unsigned short risc_code2100[] = {
static unsigned short risc_code_length2100 = 0x9260;
static unsigned short risc_code2100[] = {
0x0078, 0x102d, 0x0000, 0x9260, 0x0000, 0x0001, 0x0013, 0x0010,
0x0017, 0x2043, 0x4f50, 0x5952, 0x4947, 0x4854, 0x2031, 0x3939,
0x3920, 0x514c, 0x4f47, 0x4943, 0x2043, 0x4f52, 0x504f, 0x5241,
......@@ -4729,8 +4729,8 @@ unsigned short risc_code2100[] = {
* Firmware Version 2.01.27 (11:07 Dec 18, 2000)
*/
unsigned short risc_code_length2200 = 0x9cbf;
unsigned short risc_code2200[] = {
static unsigned short risc_code_length2200 = 0x9cbf;
static unsigned short risc_code2200[] = {
0x0470, 0x0000, 0x0000, 0x9cbf, 0x0000, 0x0002, 0x0001, 0x001b,
0x0017, 0x2043, 0x4f50, 0x5952, 0x4947, 0x4854, 0x2031, 0x3939,
0x3920, 0x514c, 0x4f47, 0x4943, 0x2043, 0x4f52, 0x504f, 0x5241,
......
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