staging: unisys: visorbus: vbuschannel doesn't use ctypes

Don't include ctypes in vbuschannel.h, it isn't used by ctypes, but it is
used by visorbus_main.c so include it there.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
David Kershner 2017-09-27 13:14:31 -04:00 committed by Greg Kroah-Hartman
parent cee247cbb3
commit b71d87b746
3 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
#define __CONTROLVMCHANNEL_H__
#include <linux/uuid.h>
#include "channel.h"
/* {2B3C2D10-7EF5-4ad8-B966-3448B7386B3D} */

View File

@ -26,7 +26,6 @@
*/
#include <linux/uuid.h>
#include <linux/ctype.h>
#include "channel.h"
/* {193b331b-c58f-11da-95a9-00e08161165f} */

View File

@ -13,6 +13,7 @@
* details.
*/
#include <linux/ctype.h>
#include <linux/debugfs.h>
#include <linux/module.h>
#include <linux/slab.h>