Browse Source

aix94xx: Use angle brackets for system includes

Use the normal include style.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Joe Perches 14 years ago
parent
commit
5369fcc127
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/scsi/aic94xx/aic94xx_dump.c

+ 1 - 1
drivers/scsi/aic94xx/aic94xx_dump.c

@@ -29,7 +29,7 @@
  *
  */
 
-#include "linux/pci.h"
+#include <linux/pci.h>
 #include "aic94xx.h"
 #include "aic94xx_reg.h"
 #include "aic94xx_reg_def.h"