Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=da219b7c69bd5219fe63b1f2fc2c96eb7a21d2c6
Commit:     da219b7c69bd5219fe63b1f2fc2c96eb7a21d2c6
Parent:     4f14b92f454150293d79031d210cc678329f3e02
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 9 23:42:17 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Sat Feb 9 23:42:17 2008 -0800

    starfire: secton fix
    
    gcc-3.4.4 on powerpc:
    
    drivers/net/starfire.c:219: error: version causes a section type conflict
    
    Cc: Jeff Garzik <[EMAIL PROTECTED]>
    Cc: Sam Ravnborg <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 drivers/net/starfire.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/starfire.c b/drivers/net/starfire.c
index 6e00dc8..c49214f 100644
--- a/drivers/net/starfire.c
+++ b/drivers/net/starfire.c
@@ -216,7 +216,7 @@ do { \
 
 
 /* These identify the driver base version and may not be removed. */
-static const char version[] __devinitdata =
+static char version[] =
 KERN_INFO "starfire.c:v1.03 7/26/2000  Written by Donald Becker <[EMAIL 
PROTECTED]>\n"
 KERN_INFO " (unofficial 2.2/2.4 kernel port, version " DRV_VERSION ", " 
DRV_RELDATE ")\n";
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to