Hi,

patch below removes the use of UTS_RELEASE from the tiacx driver; there
is absolutely no reason for a driver to print the kernel version or use
the UTS_RELEASE field; in addition this field changes all the time so
this causes spurious rebuilds..

Signed-off-by: Arjan van de Ven <[EMAIL PROTECTED]>

---
 drivers/net/wireless/tiacx/pci.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6.17-mm4/drivers/net/wireless/tiacx/pci.c
===================================================================
--- linux-2.6.17-mm4.orig/drivers/net/wireless/tiacx/pci.c
+++ linux-2.6.17-mm4/drivers/net/wireless/tiacx/pci.c
@@ -1705,8 +1705,8 @@ acxpci_e_probe(struct pci_dev *pdev, con
        /* acx_sem_unlock(adev); */
 
        printk("acx "ACX_RELEASE": net device %s, driver compiled "
-               "against wireless extensions %d and Linux %s\n",
-               ndev->name, WIRELESS_EXT, UTS_RELEASE);
+               "against wireless extensions %d\n",
+               ndev->name, WIRELESS_EXT);
 
 #if CMD_DISCOVERY
        great_inquisitor(adev);


-
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