From: Chen Gang Date: Mon, 26 Aug 2013 03:55:50 +0000 (+0800) Subject: staging: dgnc: Kconfig: add dependency PCI for it X-Git-Tag: v3.12-rc1~183^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0b15cb27d0ae43ea15e10c7693781e92e92a370;p=pandora-kernel.git staging: dgnc: Kconfig: add dependency PCI for it DGNC is based on PCI, so need add related dependency, or when compiled with PCI disabled, it will be fail. The related error (randconfig for PCI disabled under s390): drivers/staging/dgnc/dgnc_cls.c:1394:2: error: implicit declaration of function ‘ioremap’ [-Werror=implicit-function-declaration] drivers/staging/dgnc/dgnc_cls.c:1407:3: error: implicit declaration of function ‘iounmap’ [-Werror=implicit-function-declaration] Cc: Lidza Louina Signed-off-by: Chen Gang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed