mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ODROID-N2: Remove unused variable to build.
Change-Id: I3762f470856feb68a1fde0dfa897aa6772ff9ea9
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user