lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <694958192f792e8324732b35870937efa82ba24b.1444260651.git.ashutosh.dixit@intel.com> Date: Wed, 7 Oct 2015 16:34:34 -0700 From: Ashutosh Dixit <ashutosh.dixit@...el.com> To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, linux-kernel@...r.kernel.org Cc: Arnd Bergmann <arnd@...db.de>, Dasaratharaman Chandramouli <dasaratharaman.chandramouli@...el.com>, Ashutosh Dixit <ashutosh.dixit@...el.com>, Sudeep Dutt <sudeep.dutt@...el.com>, Jim Davis <jim.epost@...il.com> Subject: [PATCH char-misc-next] misc: mic: Fix randconfig build error Fixes randconfig build error reported at http://www.spinics.net/lists/kernel/msg2092346.html Reported-by: Jim Davis <jim.epost@...il.com> Reviewed-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@...el.com> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@...el.com> --- drivers/misc/mic/cosm/cosm_debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/mic/cosm/cosm_debugfs.c b/drivers/misc/mic/cosm/cosm_debugfs.c index 30d953d..216cb3c 100644 --- a/drivers/misc/mic/cosm/cosm_debugfs.c +++ b/drivers/misc/mic/cosm/cosm_debugfs.c @@ -21,6 +21,7 @@ #include <linux/debugfs.h> #include <linux/slab.h> +#include <linux/io.h> #include "cosm_main.h" /* Debugfs parent dir */ -- 2.0.0.rc3.2.g998f840 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists