From 91419daa26c87a9e70b4484663e41c2fe0611c22 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 19 Jan 2014 08:56:28 +0000 Subject: [PATCH] mpt: Fix two checkpatch complaints about asm include files git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5203 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- mpt/mpt_scst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpt/mpt_scst.h b/mpt/mpt_scst.h index 0ce452311..02398da96 100644 --- a/mpt/mpt_scst.h +++ b/mpt/mpt_scst.h @@ -24,8 +24,8 @@ #include #include -#include -#include +#include +#include #include #endif