]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ALSA: asihpi: Use angle brackets for system includes
authorJoe Perches <joe@perches.com>
Fri, 3 Jun 2011 09:28:49 +0000 (02:28 -0700)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jun 2011 09:46:37 +0000 (11:46 +0200)
Use the normal include style.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/hpidspcd.c

index fb311d8c05bff2365776260b089f878c7cb02ac6..5c6ea113d219cc2566a75d05d0d1e9b7f8272f2e 100644 (file)
@@ -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)