[SPARC]: Fix some section mismatch warnings in sparc drivers.
Signed-off-by: Ben Collins <ben.collins@ubuntu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
5aee87c43e
commit
b48194bf0d
@@ -1,8 +1,8 @@
|
||||
/* This is the Myrinet MCP code for LANai4.x */
|
||||
/* Generated by cat $MYRI_HOME/lib/lanai/mcp4.dat > myri_code4.h */
|
||||
|
||||
static unsigned int lanai4_code_off = 0x0000; /* half-word offset */
|
||||
static unsigned char lanai4_code[76256] __initdata = {
|
||||
static unsigned int __devinitdata lanai4_code_off = 0x0000; /* half-word offset */
|
||||
static unsigned char __devinitdata lanai4_code[76256] = {
|
||||
0xF2,0x0E,
|
||||
0xFE,0x00, 0xC2,0x90, 0x00,0x00, 0x07,0x88, 0x00,0x08, 0xE0,0x01, 0x01,0x4C, 0x97,0x93,
|
||||
0xFF,0xFC, 0xE0,0x00, 0x00,0x14, 0x00,0x00, 0x00,0x01, 0x00,0x00, 0x00,0x00, 0x92,0x93,
|
||||
@@ -4774,8 +4774,8 @@ static unsigned char lanai4_code[76256] __initdata = {
|
||||
|
||||
/* This is the LANai data */
|
||||
|
||||
static unsigned int lanai4_data_off = 0x94F0; /* half-word offset */
|
||||
static unsigned char lanai4_data[20472] __initdata;
|
||||
static unsigned int __devinitdata lanai4_data_off = 0x94F0; /* half-word offset */
|
||||
static unsigned char __devinitdata lanai4_data[20472];
|
||||
|
||||
|
||||
#ifdef SYMBOL_DEFINES_COMPILED
|
||||
|
Reference in New Issue
Block a user