include: riscv: Fix wrong include guard in riscv_pmu.h
authorAlexandre Ghiti <alexghiti@rivosinc.com>
Wed, 2 Aug 2023 08:03:20 +0000 (10:03 +0200)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 16 Aug 2023 14:28:16 +0000 (07:28 -0700)
commitf117ae55b0198dd6fc36ce521e06d8b44a4bb203
tree7980d13f22ef713a8724dee93912bc6611dadb92
parent366d259ff597e81d90639ae21269b3f82cd4ebb7
include: riscv: Fix wrong include guard in riscv_pmu.h

The current include guard prevents the inclusion of asm/perf_event.h
which uses the same include guard: fix the one in riscv_pmu.h so that it
matches the file name.

Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
include/linux/perf/riscv_pmu.h