Amit S. Kale wrote:
I am extremely sorry for sending this patch with wrong subject line before this.
Now i am resending the patch with correct line.

Thanks,
--Amit

Please include comments such as the above quoted /below/ the "---" terminator.

The git merge scripts copy everything preceding "---" directly into the kernel changelog. Everything following "---", except the patch itself, is ignored by the automated tools.

        Jeff




This will use pci_register_driver() instead of pci_module_init().

Signed-off-by: Amit S. Kale <[EMAIL PROTECTED]>
Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]>

---
 netxen_nic.h      |    2 +-
 netxen_nic_main.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h
index 663fa2f..59324b1 100644
--- a/drivers/net/netxen/netxen_nic.h
+++ b/drivers/net/netxen/netxen_nic.h
@@ -63,7 +63,7 @@ #include <asm/pgtable.h>
#include "netxen_nic_hw.h" -#define NETXEN_NIC_BUILD_NO "1"
+#define NETXEN_NIC_BUILD_NO     "2"

Please remove NETXEN_NIC_BUILD_NO, it is incompatible with Linux kernel development. People who modify the kernel API, and then update drivers for that new API, will likely not bother with updating this variable, making it largely useless in practice.

        Jeff




-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to