Skip to content

Commit

Permalink
Staging: remove version.h includes in drivers/staging/rts5139
Browse files Browse the repository at this point in the history
This was reported by "make versioncheck"

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Dec 13, 2011
1 parent 8fe6495 commit 0806884
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/staging/rts5139/rts51x.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <linux/mutex.h>
#include <linux/cdrom.h>
#include <linux/kernel.h>
#include <linux/version.h>

#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/rts5139/rts51x_transport.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#define __RTS51X_TRANSPORT_H

#include <linux/kernel.h>
#include <linux/version.h>

#include "rts51x.h"
#include "rts51x_chip.h"
Expand Down

0 comments on commit 0806884

Please sign in to comment.