aix94xx: Use angle brackets for system includes
authorJoe Perches <joe@perches.com>
Fri, 3 Jun 2011 09:28:48 +0000 (02:28 -0700)
committerJiri Kosina <jkosina@suse.cz>
Thu, 15 Sep 2011 12:02:57 +0000 (14:02 +0200)
Use the normal include style.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/aic94xx/aic94xx_dump.c

index 67eeba3..a16a77c 100644 (file)
@@ -29,7 +29,7 @@
  *
  */
 
-#include "linux/pci.h"
+#include <linux/pci.h>
 #include "aic94xx.h"
 #include "aic94xx_reg.h"
 #include "aic94xx_reg_def.h"