| To: | "jgarzik@xxxxxxxxx" <jgarzik@xxxxxxxxx> |
|---|---|
| Subject: | e1000 compilation broken in 2.6.10-rc1 |
| From: | Ganesh Venkatesan <ganesh.venkatesan@xxxxxxxxx> |
| Date: | Thu, 28 Oct 2004 14:08:06 -0700 (PDT) |
| Cc: | netdev <netdev@xxxxxxxxxxx> |
| Replyto: | "Ganesh Venkatesan" <ganesh.venkatesan@intel.com> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Jeff:
e1000/e1000_param.c needs the change below in order to compile correctly
in 2.6.10-rc1 and beyond.
--- /netdev-2.6/drivers/net/e1000/e1000_param.c 2004-10-28 13:41:22.972953056
-0700
+++ /netdev-2.6.new/drivers/net/e1000/e1000_param.c 2004-10-28
13:41:03.361934384 -0700
@@ -47,7 +47,7 @@
#define E1000_PARAM(X, desc) \
static int __devinitdata X[E1000_MAX_NIC+1] = E1000_PARAM_INIT; \
static int num_##X = 0; \
- module_param_array(X, int, num_##X, 0); \
+ module_param_array(X, int, &num_##X, 0); \
MODULE_PARM_DESC(X, desc);
/* Transmit Descriptor Count
thanks,
ganesh.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Update IPVS version number, David S. Miller |
|---|---|
| Next by Date: | RE: [PATCH 2.6.9-rc2 1/12] S2io: cosmetic changes, Ravinandan Arakali |
| Previous by Thread: | [PATCH 2.6.9-rc2 12/12] S2io: styling, Ravinandan Arakali |
| Next by Thread: | [2.6 patch] appletalk: remove an unused function, Adrian Bunk |
| Indexes: | [Date] [Thread] [Top] [All Lists] |