Skip to content

Commit

Permalink
staging: unisys: remove timskmod.h and procobjecttree.h
Browse files Browse the repository at this point in the history
This patch move the needed linux include files from timskmod.h
to the files that calls those include. Also procobjecttree.h is
removed since it is dead code.

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Erik Arfvidson authored and Greg Kroah-Hartman committed May 8, 2015
1 parent f45017b commit c0a1464
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 108 deletions.
3 changes: 2 additions & 1 deletion drivers/staging/unisys/include/periodic_work.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#ifndef __PERIODIC_WORK_H__
#define __PERIODIC_WORK_H__

#include "timskmod.h"
#include <linux/seq_file.h>
#include <linux/slab.h>


/* PERIODIC_WORK an opaque structure to users.
Expand Down
47 changes: 0 additions & 47 deletions drivers/staging/unisys/include/procobjecttree.h

This file was deleted.

1 change: 0 additions & 1 deletion drivers/staging/unisys/include/sparstop.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#ifndef __SPARSTOP_H__
#define __SPARSTOP_H__

#include "timskmod.h"
#include "version.h"
#include <linux/ctype.h>

Expand Down
54 changes: 0 additions & 54 deletions drivers/staging/unisys/include/timskmod.h

This file was deleted.

1 change: 1 addition & 0 deletions drivers/staging/unisys/include/visorbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <linux/device.h>
#include <linux/module.h>
#include <linux/poll.h>
#include <linux/kernel.h>
#include <linux/uuid.h>

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/unisys/visorbus/visorbus_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "visorbus.h"
#include "visorbus_private.h"
#include "version.h"
#include "timskmod.h"
#include "periodic_work.h"
#include "vbuschannel.h"
#include "guestlinuxdebug.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/unisys/visorbus/visorbus_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include "channel.h"
#include "controlvmchannel.h"
#include "procobjecttree.h"
#include "vbusdeviceinfo.h"
#include "vbushelper.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/unisys/visorbus/visorchipset.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

#include <linux/acpi.h>
#include <linux/cdev.h>
#include <linux/ctype.h>
#include <linux/fs.h>
#include <linux/mm.h>
Expand All @@ -29,7 +30,6 @@
#include "controlvmcompletionstatus.h"
#include "guestlinuxdebug.h"
#include "periodic_work.h"
#include "procobjecttree.h"
#include "uisutils.h"
#include "version.h"
#include "visorbus.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/unisys/visorchannel/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#ifndef __VISORCHANNEL_GLOBALS_H__
#define __VISORCHANNEL_GLOBALS_H__

#include "timskmod.h"
#include "version.h"

#define MYDRVNAME "visorchannel"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/unisys/visorutil/periodic_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*/
#include <linux/sched.h>

#include "timskmod.h"
#include "periodic_work.h"

#define MYDRVNAME "periodic_work"
Expand Down

0 comments on commit c0a1464

Please sign in to comment.