From: Rasmus Villemoes Date: Fri, 22 Aug 2014 09:23:09 +0000 (+0200) Subject: ALSA: ctxfi: ct20k1reg: Fix typo in include guard X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ee3043b2d7b1bfe03cd697b144abf25954ec5fc6;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ALSA: ctxfi: ct20k1reg: Fix typo in include guard Signed-off-by: Rasmus Villemoes Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/ctxfi/ct20k1reg.h b/sound/pci/ctxfi/ct20k1reg.h index f2e34e3f27ee..5851249f11d9 100644 --- a/sound/pci/ctxfi/ct20k1reg.h +++ b/sound/pci/ctxfi/ct20k1reg.h @@ -7,7 +7,7 @@ */ #ifndef CT20K1REG_H -#define CT20k1REG_H +#define CT20K1REG_H /* 20k1 registers */ #define DSPXRAM_START 0x000000 @@ -632,5 +632,3 @@ #define I2SD_R 0x19L #endif /* CT20K1REG_H */ - -