Skip to content

Commit

Permalink
[SCSI] mpt3sas: Remove unneeded version.h header inclusion
Browse files Browse the repository at this point in the history
linux/version.h is not necessary as detected by checkversion.pl script.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: "Sreekanth Reddy" <Sreekanth.reddy@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Sachin Kamat authored and James Bottomley committed Jan 29, 2013
1 parent d4a0d60 commit 3735660
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion drivers/scsi/mpt3sas/mpt3sas_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
* USA.
*/

#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/errno.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/scsi/mpt3sas/mpt3sas_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
* USA.
*/

#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/scsi/mpt3sas/mpt3sas_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
* USA.
*/

#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/errno.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/scsi/mpt3sas/mpt3sas_scsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
* USA.
*/

#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
* USA.
*/

#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/errno.h>
Expand Down

0 comments on commit 3735660

Please sign in to comment.