]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: octeon-usb: cvmx-usb: delete CVS keyword markers
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 29 Jul 2013 17:07:59 +0000 (20:07 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Jul 2013 18:43:29 +0000 (11:43 -0700)
Delete CVS keyword markers.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon-usb/cvmx-usb.c
drivers/staging/octeon-usb/cvmx-usb.h

index a3ac3406ea71b656ab9edeb6b0cf4847a0070df7..fa029e3f8db13324b203da87240d02a93046c6b3 100644 (file)
@@ -46,8 +46,6 @@
  * systems. These functions provide a generic API to the Octeon
  * USB blocks, hiding the internal hardware specific
  * operations.
- *
- * <hr>$Revision: 32636 $<hr>
  */
 #include <linux/delay.h>
 #include <asm/octeon/cvmx.h>
index 30d7213ed19e9c51828f9be1a186d9716a97fc12..b8e9054da637acda9269bfdfa9a21a20c9e27785 100644 (file)
  *
  * If you aren't using interrupts, simple call cvmx_usb_poll()
  * in your main processing loop.
- *
- * <hr>$Revision: 32636 $<hr>
  */
 
 #ifndef __CVMX_USB_H__