lkml.org 
[lkml]   [2003]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] c99 struct initialisers for AMD8111e driver.
Date
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/net/amd8111e.c linux-2.5/drivers/net/amd8111e.c
--- bk-linus/drivers/net/amd8111e.c 2003-08-04 01:00:26.000000000 +0100
+++ linux-2.5/drivers/net/amd8111e.c 2003-08-06 18:59:37.000000000 +0100
@@ -1940,12 +1940,12 @@ err_disable_pdev:
}

static struct pci_driver amd8111e_driver = {
- name: MODULE_NAME,
- id_table: amd8111e_pci_tbl,
- probe: amd8111e_probe_one,
- remove: __devexit_p(amd8111e_remove_one),
- suspend: amd8111e_suspend,
- resume: amd8111e_resume
+ .name = MODULE_NAME,
+ .id_table = amd8111e_pci_tbl,
+ .probe = amd8111e_probe_one,
+ .remove = __devexit_p(amd8111e_remove_one),
+ .suspend = amd8111e_suspend,
+ .resume = amd8111e_resume
};

static int __init amd8111e_init(void)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.020 / U:2.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site