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>
This commit is contained in:
parent
1d273b929c
commit
5369fcc127
|
@ -29,7 +29,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "linux/pci.h"
|
#include <linux/pci.h>
|
||||||
#include "aic94xx.h"
|
#include "aic94xx.h"
|
||||||
#include "aic94xx_reg.h"
|
#include "aic94xx_reg.h"
|
||||||
#include "aic94xx_reg_def.h"
|
#include "aic94xx_reg_def.h"
|
||||||
|
|
Loading…
Reference in New Issue