Author: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
Subject: Remove the obsolete '#ident' pragma.
Last-Updated: 2010-04-20

GCC 4.4 gives warnings for the keyword '#ident'. Just remove them.

--- a/ezusb.c
+++ b/ezusb.c
@@ -18,7 +18,6 @@
  *    along with this program; if not, write to the Free Software
  *    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  */
-#ident "$Id: ezusb.c,v 1.12 2008/10/13 21:25:29 dbrownell Exp $"
 
 # include  <stdio.h>
 # include  <errno.h>
--- a/ezusb.h
+++ b/ezusb.h
@@ -19,7 +19,6 @@
  *    along with this program; if not, write to the Free Software
  *    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  */
-#ident "$Id: ezusb.h,v 1.4 2008/10/13 21:25:29 dbrownell Exp $"
 
 
 /*
--- a/main.c
+++ b/main.c
@@ -18,7 +18,6 @@
  *    along with this program; if not, write to the Free Software
  *    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  */
-#ident "$Id: main.c,v 1.10 2008/10/13 21:25:29 dbrownell Exp $"
 
 /*
  * This program supports loading firmware into a target USB device
