From: Greg Kroah-Hartman Date: Fri, 21 Sep 2012 15:46:38 +0000 (+0100) Subject: USB: serial: vizzini: remove outdated comment X-Git-Tag: v3.7-rc1~171^2~21 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0cb72e184ac4d83705147eee07ba978473b75015;p=linux.git USB: serial: vizzini: remove outdated comment I fixed up all of the #ifdef stuff, so remove the comment saying it still needs to be removed. Reported-by: Alan Cox Cc: Rob Duncan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/serial/vizzini.c b/drivers/usb/serial/vizzini.c index 2ac48fe3f4ca..7f436949dd99 100644 --- a/drivers/usb/serial/vizzini.c +++ b/drivers/usb/serial/vizzini.c @@ -37,15 +37,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* This version of the Linux driver source contains a number of - abominable conditional compilation sections to manage the API - changes between kernel versions 2.6.18, 2.6.25, and the latest - (currently 2.6.27). At some point we'll hand a version of this - driver off to the mainline Linux source tree, and we'll strip all - these sections out. For now it makes it much easier to keep it all - in sync while the driver is being developed. */ - - #define DRIVER_VERSION "v.0.76" #define DRIVER_AUTHOR "Rob Duncan " #define DRIVER_DESC "USB Driver for Vizzini USB serial port"