Skip to content

Commit d50a2fb

Browse files
JoePerchestiwai
authored andcommitted
ALSA: asihpi: Use angle brackets for system includes
Use the normal include style. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 9676001 commit d50a2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/asihpi/hpidspcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct code_header {
6060
HPI_VER_MINOR(HPI_VER) * 100 + HPI_VER_RELEASE(HPI_VER)))
6161

6262
/***********************************************************************/
63-
#include "linux/pci.h"
63+
#include <linux/pci.h>
6464
/*-------------------------------------------------------------------*/
6565
short hpi_dsp_code_open(u32 adapter, struct dsp_code *ps_dsp_code,
6666
u32 *pos_error_code)

0 commit comments

Comments
 (0)