[PATCH] Needed include in usb/gadget/net2280

From: Felipe W Damasio (felipewd_at_terra.com.br)
Date: 08/31/03

  • Next message: Pascal Schmidt: "Re: bandwidth for bkbits.net (good news)"
    Date:	Sat, 30 Aug 2003 22:18:20 -0300
    To: Greg KH <greg@kroah.com>
    
    
    

            Hi Greg,

            Attached is a trivial patch which includes the needed linux/version.h
    header file.

            This is based on Randy's checkversion.pl script.

            Please consider applying.

            Thanks,

    Felipe

    -- 
    It's most certainly GNU/Linux, not Linux. Read more at
    http://www.gnu.org/gnu/why-gnu-linux.html
    
    

    diff -ur linux-2.6.0-test4/drivers/usb/gadget/net2280.c linux-2.6.0-test4-fwd/drivers/usb/gadget/net2280.c
    --- linux-2.6.0-test4/drivers/usb/gadget/net2280.c Fri Aug 22 20:51:41 2003
    +++ linux-2.6.0-test4-fwd/drivers/usb/gadget/net2280.c Sat Aug 30 22:13:44 2003
    @@ -53,6 +53,7 @@
     #include <linux/module.h>
     #include <linux/pci.h>
     #include <linux/kernel.h>
    +#include <linux/version.h>
     #include <linux/delay.h>
     #include <linux/ioport.h>
     #include <linux/sched.h>

    -
    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/


  • Next message: Pascal Schmidt: "Re: bandwidth for bkbits.net (good news)"

    Relevant Pages