Commit eb6eb1e1 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging: unisys: only include a file where it is used.

The header file visorbus.h included several linux headers that were
used by the source files that include it. Move the includes to the
files that actually use them.
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 7f91228d
......@@ -28,8 +28,6 @@
#define __VISORBUS_H__
#include <linux/device.h>
#include <linux/module.h>
#include <linux/slab.h>
#include "channel.h"
......
......@@ -14,6 +14,8 @@
*/
#include <linux/debugfs.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/uuid.h>
#include "visorbus.h"
......
......@@ -20,6 +20,7 @@
#include <linux/uuid.h>
#include <linux/io.h>
#include <linux/slab.h>
#include "visorbus.h"
#include "visorbus_private.h"
......
......@@ -17,6 +17,7 @@
#include <linux/debugfs.h>
#include <linux/kthread.h>
#include <linux/idr.h>
#include <linux/module.h>
#include <linux/seq_file.h>
#include <scsi/scsi.h>
#include <scsi/scsi_host.h>
......
......@@ -23,6 +23,7 @@
#include <linux/fb.h>
#include <linux/input.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/uuid.h>
#include "visorbus.h"
......
......@@ -20,6 +20,7 @@
#include <linux/debugfs.h>
#include <linux/etherdevice.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/kthread.h>
#include <linux/skbuff.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment