]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/tablet/gtco.c
Input: remove version.h from drivers that don't need it
[linux-2.6-omap-h63xx.git] / drivers / input / tablet / gtco.c
index 1e748e46d12e1c68c9fc05972064941306659698..7df0228e836e1dff3c679f9009b66bece3fe1558 100644 (file)
@@ -64,7 +64,6 @@ Scott Hill shill@gtcocalcomp.com
 #include <asm/byteorder.h>
 
 
-#include <linux/version.h>
 #include <linux/usb/input.h>
 
 /* Version with a Major number of 2 is for kernel inclusion only. */
@@ -863,7 +862,7 @@ static int gtco_probe(struct usb_interface *usbinterface,
        gtco->urbinfo = usb_alloc_urb(0, GFP_KERNEL);
        if (!gtco->urbinfo) {
                err("Failed to allocate URB");
-               return -ENOMEM;
+               error = -ENOMEM;
                goto err_free_buf;
        }