Merge "ODROID-N2: Remove unused variable to build." into odroidn2-4.9.y-android

This commit is contained in:
Chris Kim
2019-01-07 14:11:42 +09:00
committed by Gerrit Code Review

View File

@@ -102,12 +102,12 @@ static int hdmitx_cntl_misc(struct hdmitx_dev *hdev, unsigned int cmd,
/* store downstream ksv lists */
static char *rptx_ksvs;
static char rptx_ksv_prbuf[1271]; /* 127 * 5 * 2 + 1 */
//static char rptx_ksv_prbuf[1271]; /* 127 * 5 * 2 + 1 */
MODULE_PARM_DESC(rptx_ksvs, "\n downstream ksvs\n");
module_param(rptx_ksvs, charp, 0444);
static int rptx_ksv_no;
static int rptx_ksvlist_retry;
static char rptx_ksv_buf[635];
//static int rptx_ksv_no;
//static int rptx_ksvlist_retry;
//static char rptx_ksv_buf[635];
#if defined(CONFIG_ARCH_MESON64_ODROID_COMMON)
static int dvi_mode = VOUTMODE_NOINIT;