1
0
Fork 0

staging: emxx_udc: remove commented code

This patch removes commented code warned by checkpatch.pl

Signed-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Hari Prasath Gujulan Elango 2015-06-15 10:54:26 +00:00 committed by Greg Kroah-Hartman
parent 3bc4cc7719
commit f194f4e9e5
1 changed files with 0 additions and 10 deletions

View File

@ -32,8 +32,6 @@
#define UDC_DEBUG_DUMP
#endif
/* #define USE_INT_COUNT_OVER */
/*----------------- Default define */
#define USE_DMA 1
#define USE_SUSPEND_WAIT 1
@ -117,14 +115,6 @@
#define BIT30 0x40000000
#define BIT31 0x80000000
#if 0
/*------- (0x0000) USB Control Register */
#define USBTESTMODE (BIT18+BIT17+BIT16)
#define TEST_J BIT16
#define TEST_K BIT17
#define TEST_SE0_NAK (BIT17+BIT16)
#define TEST_PACKET BIT18
#endif
#define TEST_FORCE_ENABLE (BIT18+BIT16)
#define INT_SEL BIT10