Skip to content

Commit

Permalink
Staging: heci: remove kcompat.h
Browse files Browse the repository at this point in the history
It's not needed now that we are now in the main kernel tree.

Cc: Anas Nashif <anas.nashif@intel.com>
Cc: Marcin Obara <marcin.obara@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent d52b3d9 commit 4419267
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 154 deletions.
1 change: 0 additions & 1 deletion drivers/staging/heci/heci_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
#include <linux/wait.h>
#include <linux/delay.h>
#include <linux/kthread.h>
#include "kcompat.h"

#include "heci_data_structures.h"
#include "heci_interface.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/heci/heci_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#include <linux/device.h>
#include <linux/unistd.h>
#include <linux/kthread.h>
#include "kcompat.h"

#include "heci.h"
#include "heci_interface.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/heci/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
*/

#include <linux/kthread.h>
#include "kcompat.h"

#include "heci.h"
#include "heci_interface.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/heci/io_heci.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
#include <linux/list.h>
#include <linux/unistd.h>
#include <linux/delay.h>
#include "kcompat.h"

#include "heci_data_structures.h"
#include "heci.h"
Expand Down
150 changes: 0 additions & 150 deletions drivers/staging/heci/kcompat.h

This file was deleted.

0 comments on commit 4419267

Please sign in to comment.