selftests/powerpc: ppc_asm.h: typo in the header guard

The guard macro __PPC_ASM_H in the header ppc_asm.h
doesn't match the #ifndef macro _PPC_ASM_H. The patch
makes them the same.

Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Denis Efremov 2019-06-23 18:52:00 +03:00 committed by Michael Ellerman
parent 04db3ede40
commit 6820e565d3

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PPC_ASM_H
#define __PPC_ASM_H
#define _PPC_ASM_H
#include <ppc-asm.h>
#ifndef r1