mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
9676001559
commit
d50a2fb636
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ struct code_header {
|
|||
HPI_VER_MINOR(HPI_VER) * 100 + HPI_VER_RELEASE(HPI_VER)))
|
||||
|
||||
/***********************************************************************/
|
||||
#include "linux/pci.h"
|
||||
#include <linux/pci.h>
|
||||
/*-------------------------------------------------------------------*/
|
||||
short hpi_dsp_code_open(u32 adapter, struct dsp_code *ps_dsp_code,
|
||||
u32 *pos_error_code)
|
||||
|
|
Loading…
Reference in a new issue