diff options
author | Ashutosh Dixit <ashutosh.dixit@intel.com> | 2015-10-07 16:34:34 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-17 21:42:29 -0700 |
commit | f8bf0dece0fcc9b5271b67cae1123ebfcaf8d8bc (patch) | |
tree | 3bae16b340b4a9a469398dc921c1452ec6059c52 /drivers/misc | |
parent | 52d63671c15bd3dfcd72f4ea324b338d1309db97 (diff) | |
download | op-kernel-dev-f8bf0dece0fcc9b5271b67cae1123ebfcaf8d8bc.zip op-kernel-dev-f8bf0dece0fcc9b5271b67cae1123ebfcaf8d8bc.tar.gz |
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@gmail.com>
Reviewed-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/mic/cosm/cosm_debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |