Commit 2d386769 authored by Michael Ellerman's avatar Michael Ellerman

powerpc: Update asm-prototypes.h comment

This header was recently cleaned up in commit 76222808 ("powerpc:
Move C prototypes out of asm-prototypes.h"), update the comment to
reflect it's proper purpose.
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220617080243.2177583-1-mpe@ellerman.id.au
parent 4228a996
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
#ifndef _ASM_POWERPC_ASM_PROTOTYPES_H #ifndef _ASM_POWERPC_ASM_PROTOTYPES_H
#define _ASM_POWERPC_ASM_PROTOTYPES_H #define _ASM_POWERPC_ASM_PROTOTYPES_H
/* /*
* This file is for prototypes of C functions that are only called * This file is for C prototypes of asm symbols that are EXPORTed.
* from asm, and any associated variables. * It allows the modversions logic to see their prototype and
* generate proper CRCs for them.
* *
* Copyright 2016, Daniel Axtens, IBM Corporation. * Copyright 2016, Daniel Axtens, IBM Corporation.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment