Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b71d87b7 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman
Browse files

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: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cee247cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#define __CONTROLVMCHANNEL_H__

#include <linux/uuid.h>

#include "channel.h"

/* {2B3C2D10-7EF5-4ad8-B966-3448B7386B3D} */
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
 */

#include <linux/uuid.h>
#include <linux/ctype.h>
#include "channel.h"

/* {193b331b-c58f-11da-95a9-00e08161165f} */
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * details.
 */

#include <linux/ctype.h>
#include <linux/debugfs.h>
#include <linux/module.h>
#include <linux/slab.h>