Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1241848 > unrolled thread

[PATCH char-misc-next] misc: mic: Fix randconfig build error

Started byAshutosh Dixit <ashutosh.dixit@intel.com>
First post2015-10-08 01:10 +0200
Last post2015-10-08 01:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH char-misc-next] misc: mic: Fix randconfig build error Ashutosh Dixit <ashutosh.dixit@intel.com> - 2015-10-08 01:10 +0200

#1241848 — [PATCH char-misc-next] misc: mic: Fix randconfig build error

FromAshutosh Dixit <ashutosh.dixit@intel.com>
Date2015-10-08 01:10 +0200
Subject[PATCH char-misc-next] misc: mic: Fix randconfig build error
Message-ID<qh60p-2mN-15@gated-at.bofh.it>
Fixes randconfig build error reported at
http://www.spinics.net/lists/kernel/msg2092346.html

Reported-by: Jim Davis <jim.epost@gmail.com>
Reviewed-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web